Searched defs:Stencil (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c119 GLboolean Stencil; member in struct:gl_enable_attrib
313 attr->Stencil = ctx->Stencil.Enabled;
314 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
416 memcpy( attr, &ctx->Stencil, sizeof(struct gl_stencil_attrib) );
600 TEST_AND_UPDATE(ctx->Stencil.Enabled, enable->Stencil, GL_STENCIL_TEST);
602 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
H A Dmtypes.h1112 * Stencil attribute group (GL_STENCIL_BUFFER_BIT).
1135 GLenum Function[3]; /**< Stencil function */
3146 #define _NEW_STENCIL (1 << 15) /**< gl_context::Stencil */
3466 struct gl_stencil_attrib Stencil; /**< Stencil buffer attributes */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dattrib.c119 GLboolean Stencil; member in struct:gl_enable_attrib
313 attr->Stencil = ctx->Stencil.Enabled;
314 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
416 memcpy( attr, &ctx->Stencil, sizeof(struct gl_stencil_attrib) );
600 TEST_AND_UPDATE(ctx->Stencil.Enabled, enable->Stencil, GL_STENCIL_TEST);
602 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
H A Dmtypes.h1112 * Stencil attribute group (GL_STENCIL_BUFFER_BIT).
1135 GLenum Function[3]; /**< Stencil function */
3146 #define _NEW_STENCIL (1 << 15) /**< gl_context::Stencil */
3466 struct gl_stencil_attrib Stencil; /**< Stencil buffer attributes */ member in struct:gl_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c143 struct gl_stencil_attrib Stencil; member in struct:save_state
650 save->Stencil = ctx->Stencil; /* struct copy */
651 if (ctx->Stencil.Enabled)
977 const struct gl_stencil_attrib *stencil = &save->Stencil;
1826 ctx->Stencil.Clear & stencilMax,
1827 ctx->Stencil.WriteMask[0]);
1830 assert(!ctx->Stencil.Enabled);
2065 ctx->Stencil.Clear & stencilMax,
2066 ctx->Stencil
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c143 struct gl_stencil_attrib Stencil; member in struct:save_state
650 save->Stencil = ctx->Stencil; /* struct copy */
651 if (ctx->Stencil.Enabled)
977 const struct gl_stencil_attrib *stencil = &save->Stencil;
1826 ctx->Stencil.Clear & stencilMax,
1827 ctx->Stencil.WriteMask[0]);
1830 assert(!ctx->Stencil.Enabled);
2065 ctx->Stencil.Clear & stencilMax,
2066 ctx->Stencil
[all...]

Completed in 598 milliseconds