Searched refs:ValidateTexCoord1fv (Results 1 – 3 of 3) sorted by relevance
967 bool ValidateTexCoord1fv(const Context *, const GLfloat *v) in ValidateTexCoord1fv() function
299 bool ValidateTexCoord1fv(const Context *context, const GLfloat *v);
5387 bool isCallValid = (context->skipValidation() || ValidateTexCoord1fv(context, v)); in GL_TexCoord1fv()