MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glStencilMaskSeparate

Function glStencilMaskSeparate

GTE/Graphics/GL46/GL46.cpp:3414–3430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3412}
3413
3414void APIENTRY glStencilMaskSeparate(GLenum face, GLuint mask)
3415{
3416 if (sglStencilMaskSeparate)
3417 {
3418 sglStencilMaskSeparate(face, mask);
3419 ReportGLError("glStencilMaskSeparate");
3420 }
3421 else
3422 {
3423 ReportGLNullFunction("glStencilMaskSeparate");
3424 }
3425
3426#if defined(GTE_ENABLE_GLTRACE)
3427 gsTrace.Call("glStencilMaskSeparate", "",
3428 gsTrace.GetName(face), mask);
3429#endif
3430}
3431
3432void APIENTRY glAttachShader(GLuint program, GLuint shader)
3433{

Callers 1

EnableMethod · 0.85

Calls 4

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected