Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstencil.c191 const GLint face = ctx->Stencil.ActiveFace; in stencil_func()
275 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask()
331 const GLint face = ctx->Stencil.ActiveFace; in stencil_op()
426 ctx->Stencil.ActiveFace = (face == GL_FRONT) ? 0 : 2; in _mesa_ActiveStencilFaceEXT()
632 ctx->Stencil.ActiveFace = 0; /* 0 = GL_FRONT, 2 = GL_BACK */ in _mesa_init_stencil()
Dget.c772 v->value_enum = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
776 v->value_enum = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
779 v->value_enum = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
782 v->value_enum = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
785 v->value_enum = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
788 v->value_int = _mesa_get_stencil_ref(ctx, ctx->Stencil.ActiveFace); in find_custom_value()
794 v->value_int = ctx->Stencil.ValueMask[ctx->Stencil.ActiveFace]; in find_custom_value()
797 v->value_int = ctx->Stencil.WriteMask[ctx->Stencil.ActiveFace]; in find_custom_value()
Dattrib.c1346 _mesa_ActiveStencilFaceEXT(stencil->ActiveFace in _mesa_PopAttrib()
Dmtypes.h867 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */ member
/external/mesa3d/docs/relnotes/
D4.1272 ctx->Stencil.ActiveFace is 0 or 1 to indicate the current face for
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1024 _mesa_ActiveStencilFaceEXT(stencil->ActiveFace in _mesa_meta_end()