Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dattrib.c187 attr->StencilTwoSide = ctx->Stencil.TestTwoSide; in _mesa_PushAttrib()
450 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, in pop_enable_group()
1008 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, attr->Stencil.TestTwoSide, in _mesa_PopAttrib()
Denable.c1119 if (ctx->Stencil.TestTwoSide == state) in _mesa_set_enable()
1124 ctx->Stencil.TestTwoSide = state; in _mesa_set_enable()
1875 return ctx->Stencil.TestTwoSide; in _mesa_IsEnabled()
Dstencil.c573 ctx->Stencil.TestTwoSide = GL_FALSE; in _mesa_init_stencil()
Dmtypes.h726 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */ member
/third_party/mesa3d/docs/relnotes/
D4.1274 ctx->Stencil.TestTwoSide controls whether or not 1 or 2-sided stenciling