Searched refs:ValidateColor3b (Results 1 – 3 of 3) sorted by relevance
66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b() function
41 bool ValidateColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue);
366 (context->skipValidation() || ValidateColor3b(context, red, green, blue)); in GL_Color3b()