Lines Matching defs:ref
1600 save_AlphaFunc(GLenum func, GLclampf ref)
1608 n[2].f = (GLfloat) ref;
1611 CALL_AlphaFunc(ctx->Exec, (func, ref));
4069 save_StencilFunc(GLenum func, GLint ref, GLuint mask)
4077 n[2].i = ref;
4081 CALL_StencilFunc(ctx->Exec, (func, ref, mask));
4121 save_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
4130 n[3].i = ref;
4134 CALL_StencilFuncSeparate(ctx->Exec, (face, func, ref, mask));
4140 save_StencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref,
4151 n[3].i = ref;
4159 n[3].i = ref;
4163 CALL_StencilFuncSeparate(ctx->Exec, (GL_FRONT, frontfunc, ref, mask));
4164 CALL_StencilFuncSeparate(ctx->Exec, (GL_BACK, backfunc, ref, mask));