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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
243 ((ctx->Stencil.TestTwoSide)
284 if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.TestTwoSide) {
297 ((ctx->Stencil.TestTwoSide)
357 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) {
376 ((ctx->Stencil.TestTwoSide)
581 ctx->Stencil.TestTwoSide = GL_FALSE;
attrib.c 314 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
602 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
    [all...]
enable.c 938 if (ctx->Stencil.TestTwoSide == state)
941 ctx->Stencil.TestTwoSide = state;
    [all...]
mtypes.h     [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
stencil.c 224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) {
243 ((ctx->Stencil.TestTwoSide)
284 if (ctx->Driver.StencilMaskSeparate && ctx->Stencil.TestTwoSide) {
297 ((ctx->Stencil.TestTwoSide)
357 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) {
376 ((ctx->Stencil.TestTwoSide)
581 ctx->Stencil.TestTwoSide = GL_FALSE;
attrib.c 314 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
602 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
    [all...]
enable.c 938 if (ctx->Stencil.TestTwoSide == state)
941 ctx->Stencil.TestTwoSide = state;
    [all...]
mtypes.h     [all...]
get.c     [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 983 stencil->TestTwoSide);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 983 stencil->TestTwoSide);
    [all...]

Completed in 129 milliseconds