Searched refs:ValidateColor3ub (Results 1 – 3 of 3) sorted by relevance
116 bool ValidateColor3ub(const Context *, GLubyte red, GLubyte green, GLubyte blue) in ValidateColor3ub() function
51 bool ValidateColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue);
586 (context->skipValidation() || ValidateColor3ub(context, red, green, blue)); in GL_Color3ub()