Searched refs:ValidateSecondaryColor3f (Results 1 – 3 of 3) sorted by relevance
91 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue) in ValidateSecondaryColor3f() function
45 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue);
415 (context->skipValidation() || ValidateSecondaryColor3f(context, red, green, blue)); in SecondaryColor3f()