Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstencil.c188 const GLint face = ctx->Stencil.ActiveFace; in stencil_func()
259 const GLint face = ctx->Stencil.ActiveFace; in _mesa_StencilMask()
302 const GLint face = ctx->Stencil.ActiveFace; in stencil_op()
384 ctx->Stencil.ActiveFace = (face == GL_FRONT) ? 0 : 2; in _mesa_ActiveStencilFaceEXT()
574 ctx->Stencil.ActiveFace = 0; /* 0 = GL_FRONT, 2 = GL_BACK */ in _mesa_init_stencil()
Dget.c894 v->value_enum16 = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
898 v->value_enum16 = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
901 v->value_enum16 = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
904 v->value_enum16 = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
907 v->value_enum16 = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
910 v->value_int = _mesa_get_stencil_ref(ctx, ctx->Stencil.ActiveFace); in find_custom_value()
916 v->value_int = ctx->Stencil.ValueMask[ctx->Stencil.ActiveFace]; in find_custom_value()
919 v->value_int = ctx->Stencil.WriteMask[ctx->Stencil.ActiveFace]; in find_custom_value()
Dmtypes.h727 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */ member
Dattrib.c1010 _mesa_ActiveStencilFaceEXT(attr->Stencil.ActiveFace in _mesa_PopAttrib()
/third_party/mesa3d/docs/relnotes/
D4.1272 ctx->Stencil.ActiveFace is 0 or 1 to indicate the current face for