Searched refs:ValidateTexCoord2sv (Results 1 – 3 of 3) sorted by relevance
1027 bool ValidateTexCoord2sv(const Context *, const GLshort *v) in ValidateTexCoord2sv() function
311 bool ValidateTexCoord2sv(const Context *context, const GLshort *v);
5645 bool isCallValid = (context->skipValidation() || ValidateTexCoord2sv(context, v)); in GL_TexCoord2sv()