Searched refs:ValidateColor3f (Results 1 – 3 of 3) sorted by relevance
86 bool ValidateColor3f(const Context *, GLfloat red, GLfloat green, GLfloat blue) in ValidateColor3f() function
45 bool ValidateColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue);
454 (context->skipValidation() || ValidateColor3f(context, red, green, blue)); in GL_Color3f()