Searched refs:TestTwoSide (Results 1 – 8 of 8) sorted by relevance
207 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()
966 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()
371 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()
866 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */ member
265 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()
274 ctx->Stencil.TestTwoSide controls whether or not 1 or 2-sided stenciling
567 { GL_STENCIL_TEST_TWO_SIDE_EXT, CONTEXT_BOOL(Stencil.TestTwoSide), extra_EXT_stencil_two_side },
1023 stencil->TestTwoSide); in _mesa_meta_end()