Searched refs:ValidateTexCoord4fv (Results 1 – 3 of 3) sorted by relevance
1087 bool ValidateTexCoord4fv(const Context *, const GLfloat *v) in ValidateTexCoord4fv() function
323 bool ValidateTexCoord4fv(const Context *context, const GLfloat *v);
5905 bool isCallValid = (context->skipValidation() || ValidateTexCoord4fv(context, v)); in GL_TexCoord4fv()