Searched refs:ValidateEvalCoord2fv (Results 1 – 3 of 3) sorted by relevance
311 bool ValidateEvalCoord2fv(const Context *, const GLfloat *u) in ValidateEvalCoord2fv() function
110 bool ValidateEvalCoord2fv(const Context *context, const GLfloat *u);
1576 bool isCallValid = (context->skipValidation() || ValidateEvalCoord2fv(context, u)); in GL_EvalCoord2fv()