Searched refs:ValidateTexCoord1f (Results 1 – 3 of 3) sorted by relevance
962 bool ValidateTexCoord1f(const Context *, GLfloat s) in ValidateTexCoord1f() function
298 bool ValidateTexCoord1f(const Context *context, GLfloat s);
5365 bool isCallValid = (context->skipValidation() || ValidateTexCoord1f(context, s)); in GL_TexCoord1f()