Lines Matching refs:ref
34 static void StencilFuncSeparate(GGLInterface * iface, GLenum face, GLenum func, GLint ref, GLuint mask)
42 ref = MAX2(MIN2(ref, 0xff), 0);
43 ref &= mask;
45 ctx->state.frontStencil.ref = ref;
50 ctx->state.backStencil.ref = ref;
103 ctx->activeStencil.ref = ctx->state.frontStencil.ref;
107 ctx->activeStencil.ref = ctx->state.backStencil.ref;