Searched refs:ValidateTexCoord4sv (Results 1 – 3 of 3) sorted by relevance
1107 bool ValidateTexCoord4sv(const Context *, const GLshort *v) in ValidateTexCoord4sv() function
327 bool ValidateTexCoord4sv(const Context *context, const GLshort *v);
5993 bool isCallValid = (context->skipValidation() || ValidateTexCoord4sv(context, v)); in GL_TexCoord4sv()