HomeSort by relevance Sort by last modified time
    Searched refs:TestTwoSide (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/main/
stencil.c 214 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
233 ((ctx->Stencil.TestTwoSide)
272 if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.TestTwoSide) {
285 ((ctx->Stencil.TestTwoSide)
343 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) {
362 ((ctx->Stencil.TestTwoSide)
556 ctx->Stencil.TestTwoSide = GL_FALSE;
attrib.c 371 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
683 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
    [all...]
enable.c 904 if (ctx->Stencil.TestTwoSide == state)
907 ctx->Stencil.TestTwoSide = state;
    [all...]
mtypes.h 838 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 265 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
278 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
294 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
503 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
517 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
532 if (DO_TWOSTENCIL && !HAVE_STENCIL_TWOSIDE && ctx->Stencil.TestTwoSide) {
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 196 milliseconds