Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstencil.c207 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) { in stencil_func()
227 ((ctx->Stencil.TestTwoSide) in stencil_func()
292 if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.TestTwoSide) { in _mesa_StencilMask()
306 ((ctx->Stencil.TestTwoSide) in _mesa_StencilMask()
348 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) { in stencil_op()
368 ((ctx->Stencil.TestTwoSide) in stencil_op()
631 ctx->Stencil.TestTwoSide = GL_FALSE; in _mesa_init_stencil()
Denable.c966 if (ctx->Stencil.TestTwoSide == state) in _mesa_set_enable()
970 ctx->Stencil.TestTwoSide = state; in _mesa_set_enable()
1651 return ctx->Stencil.TestTwoSide; in _mesa_IsEnabled()
Dattrib.c371 attr->StencilTwoSide = ctx->Stencil.TestTwoSide; in _mesa_PushAttrib()
683 … TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT); in pop_enable_group()
1345 stencil->TestTwoSide); in _mesa_PopAttrib()
Dmtypes.h866 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */ member
/external/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()
/external/mesa3d/docs/relnotes/
D4.1274 ctx->Stencil.TestTwoSide controls whether or not 1 or 2-sided stenciling
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h567 { GL_STENCIL_TEST_TWO_SIDE_EXT, CONTEXT_BOOL(Stencil.TestTwoSide), extra_EXT_stencil_two_side },
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1023 stencil->TestTwoSide); in _mesa_meta_end()