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
44 bool ValidateColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue);
388 (context->skipValidation() || ValidateColor3f(context, red, green, blue)); in Color3f()