Home
last modified time | relevance | path

Searched refs:TestTwoSide (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstencil.c210 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) { in stencil_func()
231 ((ctx->Stencil.TestTwoSide) in stencil_func()
297 if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.TestTwoSide) { in _mesa_StencilMask()
312 ((ctx->Stencil.TestTwoSide) in _mesa_StencilMask()
355 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) { in stencil_op()
376 ((ctx->Stencil.TestTwoSide) in stencil_op()
643 ctx->Stencil.TestTwoSide = GL_FALSE; in _mesa_init_stencil()
Dattrib.c186 attr->StencilTwoSide = ctx->Stencil.TestTwoSide; in _mesa_PushAttrib()
449 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, in pop_enable_group()
1149 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, attr->Stencil.TestTwoSide, in _mesa_PopAttrib()
Denable.c1144 if (ctx->Stencil.TestTwoSide == state) in _mesa_set_enable()
1149 ctx->Stencil.TestTwoSide = state; in _mesa_set_enable()
1910 return ctx->Stencil.TestTwoSide; in _mesa_IsEnabled()
Dmtypes.h811 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */ member
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h265 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
278 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
294 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
503 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
517 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
532 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) { in TAG()
/third_party/mesa3d/docs/relnotes/
D4.1274 ctx->Stencil.TestTwoSide controls whether or not 1 or 2-sided stenciling
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c1047 stencil->TestTwoSide); in _mesa_meta_end()