Searched refs:ValidateTexCoord3s (Results 1 – 3 of 3) sorted by relevance
1062 bool ValidateTexCoord3s(const Context *, GLshort s, GLshort t, GLshort r) in ValidateTexCoord3s() function
318 bool ValidateTexCoord3s(const Context *context, GLshort s, GLshort t, GLshort r);
5795 bool isCallValid = (context->skipValidation() || ValidateTexCoord3s(context, s, t, r)); in GL_TexCoord3s()