Searched refs:ValidateEvalCoord1fv (Results 1 – 3 of 3) sorted by relevance
291 bool ValidateEvalCoord1fv(const Context *, const GLfloat *u) in ValidateEvalCoord1fv() function
106 bool ValidateEvalCoord1fv(const Context *context, const GLfloat *u);
1490 bool isCallValid = (context->skipValidation() || ValidateEvalCoord1fv(context, u)); in GL_EvalCoord1fv()