Lines Matching defs:face
50 _mesa_get_stencil_ref(struct gl_context const *ctx, int face)
53 GLint ref = ctx->Stencil.Ref[face];
67 const int face = ctx->Stencil._BackFace;
70 (ctx->Stencil.Function[0] != ctx->Stencil.Function[face] ||
71 ctx->Stencil.FailFunc[0] != ctx->Stencil.FailFunc[face] ||
72 ctx->Stencil.ZPassFunc[0] != ctx->Stencil.ZPassFunc[face] ||
73 ctx->Stencil.ZFailFunc[0] != ctx->Stencil.ZFailFunc[face] ||
74 ctx->Stencil.Ref[0] != ctx->Stencil.Ref[face] ||
75 ctx->Stencil.ValueMask[0] != ctx->Stencil.ValueMask[face] ||
76 ctx->Stencil.WriteMask[0] != ctx->Stencil.WriteMask[face]);