Searched refs:DepthMask (Results 1 – 13 of 13) sorted by relevance
122 if (ctx->Driver.DepthMask) in _mesa_DepthMask()123 ctx->Driver.DepthMask( ctx, flag ); in _mesa_DepthMask()
469 void (*DepthMask)(struct gl_context *ctx, GLboolean flag); member
132 driver->DepthMask = NULL; in _mesa_init_driver_functions()257 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask); in _mesa_init_driver_state()
134 GET_PROC(DepthMask); in GrGLAssembleGLInterface()581 GET_PROC(DepthMask); in GrGLAssembleGLESInterface()
410 GL_CALL(DepthMask(GR_GL_FALSE)); in onResetContext()
526 ctx->Driver.DepthMask = nouveau_depth_mask; in nouveau_state_init()
261 void (GLAPIENTRY * DepthMask)(GLboolean);
1123 functions->DepthMask = i830DepthMask; in i830InitStateFuncs()
1076 functions->DepthMask = i915DepthMask; in i915InitStateFunctions()
777 { "glDepthMask", _O(DepthMask) },
2194 ctx->Driver.DepthMask = radeonDepthMask; in radeonInitStateFuncs()
2438 functions->DepthMask = r200DepthMask; in r200InitStateFuncs()
380 #define glDepthMask MANGLE(DepthMask)