Searched refs:ValidateTexCoord2f (Results 1 – 3 of 3) sorted by relevance
1002 bool ValidateTexCoord2f(const Context *, GLfloat s, GLfloat t) in ValidateTexCoord2f() function
306 bool ValidateTexCoord2f(const Context *context, GLfloat s, GLfloat t);
5537 bool isCallValid = (context->skipValidation() || ValidateTexCoord2f(context, s, t)); in GL_TexCoord2f()