Searched refs:ValidateTexCoord2fv (Results 1 – 3 of 3) sorted by relevance
1007 bool ValidateTexCoord2fv(const Context *, const GLfloat *v) in ValidateTexCoord2fv() function
307 bool ValidateTexCoord2fv(const Context *context, const GLfloat *v);
5559 bool isCallValid = (context->skipValidation() || ValidateTexCoord2fv(context, v)); in GL_TexCoord2fv()