Home
last modified time | relevance | path

Searched refs:ActiveFace (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstencil.c198 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilFunc()
266 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask()
323 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilOp()
403 ctx->Stencil.ActiveFace = (face == GL_FRONT) ? 0 : 2; in _mesa_ActiveStencilFaceEXT()
582 ctx->Stencil.ActiveFace = 0; /* 0 = GL_FRONT, 2 = GL_BACK */ in _mesa_init_stencil()
Dget.c1634 v->value_enum = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
1638 v->value_enum = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
1641 v->value_enum = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
1644 v->value_enum = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
1647 v->value_enum = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
1650 v->value_int = ctx->Stencil.Ref[ctx->Stencil.ActiveFace]; in find_custom_value()
1653 v->value_int = ctx->Stencil.ValueMask[ctx->Stencil.ActiveFace]; in find_custom_value()
1656 v->value_int = ctx->Stencil.WriteMask[ctx->Stencil.ActiveFace]; in find_custom_value()
Dmtypes.h1131 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */ member
Dattrib.c1218 _mesa_ActiveStencilFaceEXT(stencil->ActiveFace in _mesa_PopAttrib()
/external/mesa3d/docs/
DRELNOTES-4.1272 ctx->Stencil.ActiveFace is 0 or 1 to indicate the current face for
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c984 _mesa_ActiveStencilFaceEXT(stencil->ActiveFace in _mesa_meta_end()