Searched refs:ValidateTexCoord1s (Results 1 – 3 of 3) sorted by relevance
982 bool ValidateTexCoord1s(const Context *, GLshort s) in ValidateTexCoord1s() function
302 bool ValidateTexCoord1s(const Context *context, GLshort s);
5451 bool isCallValid = (context->skipValidation() || ValidateTexCoord1s(context, s)); in GL_TexCoord1s()