Searched refs:ValidateTexCoord3fv (Results 1 – 3 of 3) sorted by relevance
1047 bool ValidateTexCoord3fv(const Context *, const GLfloat *v) in ValidateTexCoord3fv() function
315 bool ValidateTexCoord3fv(const Context *context, const GLfloat *v);
5731 bool isCallValid = (context->skipValidation() || ValidateTexCoord3fv(context, v)); in GL_TexCoord3fv()