Searched refs:ValidateNormal3fv (Results 1 – 3 of 3) sorted by relevance
666 bool ValidateNormal3fv(const Context *, const GLfloat *v) in ValidateNormal3fv() function
231 bool ValidateNormal3fv(const Context *context, const GLfloat *v);
3785 bool isCallValid = (context->skipValidation() || ValidateNormal3fv(context, v)); in GL_Normal3fv()