Searched refs:ValidateSecondaryColor3fv (Results 1 – 4 of 4) sorted by relevance
46 bool ValidateSecondaryColor3fv(const Context *context, const GLfloat *v);
1681 bool ValidateSecondaryColor3fv(const Context *context, const GLfloat *v) in ValidateSecondaryColor3fv() function
526 bool ValidateSecondaryColor3fv(const Context *context, const GLfloat *v);
9572 bool isCallValid = (context->skipValidation() || ValidateSecondaryColor3fv(context, v)); in GL_SecondaryColor3fv()