Searched refs:apply_stencil_op_to_span (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | stencil.c | 207 static void apply_stencil_op_to_span( GLcontext *ctx, in apply_stencil_op_to_span() function 498 apply_stencil_op_to_span( ctx, n, x, y, ctx->Stencil.FailFunc, fail ); in gl_stencil_span() 522 apply_stencil_op_to_span( ctx, n, x, y, ctx->Stencil.ZPassFunc, mask ); in gl_depth_stencil_span() 554 apply_stencil_op_to_span( ctx, n, x, y, ctx->Stencil.ZFailFunc, failmask ); in gl_depth_stencil_span() 555 apply_stencil_op_to_span( ctx, n, x, y, ctx->Stencil.ZPassFunc, passmask ); in gl_depth_stencil_span()
|