Searched refs:ValidateColorP4ui (Results 1 – 4 of 4) sorted by relevance
27 bool ValidateColorP4ui(const Context *context, GLenum type, GLuint color);
100 bool ValidateColorP4ui(const Context *context, GLenum type, GLuint color);
210 bool ValidateColorP4ui(const Context *context, GLenum type, GLuint color) in ValidateColorP4ui() function
3262 bool isCallValid = (context->skipValidation() || ValidateColorP4ui(context, type, color)); in GL_ColorP4ui()