Searched refs:ValidateNormal3iv (Results 1 – 3 of 3) sorted by relevance
676 bool ValidateNormal3iv(const Context *, const GLint *v) in ValidateNormal3iv() function
233 bool ValidateNormal3iv(const Context *context, const GLint *v);
3827 bool isCallValid = (context->skipValidation() || ValidateNormal3iv(context, v)); in GL_Normal3iv()