Searched refs:ActiveFace (Results 1 – 5 of 5) sorted by relevance
188 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()
894 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()
727 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */ member
1010 _mesa_ActiveStencilFaceEXT(attr->Stencil.ActiveFace in _mesa_PopAttrib()
272 ctx->Stencil.ActiveFace is 0 or 1 to indicate the current face for