Lines Matching refs:Func
422 { GL_DEPTH_FUNC, CONTEXT_ENUM(Depth.Func), NO_EXTRA },
1868 * \param func name of calling glGet*v() function for error reporting
1875 check_extra(struct gl_context *ctx, const char *func, const struct value_desc *d)
1929 func, d->pname - GL_DRAW_BUFFER0_ARB);
1936 func, ctx->Texture.CurrentUnit);
1943 func
1963 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname=%s)", func,
1986 * \param func name of glGet*v() func for error reporting
1997 find_value(const char *func, GLenum pname, void **p, union value *v)
2014 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname=%s)", func,
2025 if (unlikely(d->extra && !check_extra(ctx, func, d)))
2522 find_value_indexed(const char *func, GLenum pname, int index, union value *v)
2644 _mesa_error(ctx, GL_INVALID_ENUM, "%s(pname=%s)", func,
2648 _mesa_error(ctx, GL_INVALID_VALUE, "%s(pname=%s)", func,