Searched refs:ValidateTexCoord1sv (Results 1 – 3 of 3) sorted by relevance
987 bool ValidateTexCoord1sv(const Context *, const GLshort *v) in ValidateTexCoord1sv() function
303 bool ValidateTexCoord1sv(const Context *context, const GLshort *v);
5473 bool isCallValid = (context->skipValidation() || ValidateTexCoord1sv(context, v)); in GL_TexCoord1sv()