Searched refs:ValidateTexCoord3sv (Results 1 – 3 of 3) sorted by relevance
1067 bool ValidateTexCoord3sv(const Context *, const GLshort *v) in ValidateTexCoord3sv() function
319 bool ValidateTexCoord3sv(const Context *context, const GLshort *v);
5817 bool isCallValid = (context->skipValidation() || ValidateTexCoord3sv(context, v)); in GL_TexCoord3sv()