Searched refs:ValidateTexCoord2s (Results 1 – 3 of 3) sorted by relevance
1022 bool ValidateTexCoord2s(const Context *, GLshort s, GLshort t) in ValidateTexCoord2s() function
310 bool ValidateTexCoord2s(const Context *context, GLshort s, GLshort t);
5623 bool isCallValid = (context->skipValidation() || ValidateTexCoord2s(context, s, t)); in GL_TexCoord2s()