Searched refs:ValidateColorP4uiv (Results 1 – 3 of 3) sorted by relevance
28 bool ValidateColorP4uiv(const Context *context, GLenum type, const GLuint *color);
38 bool ValidateColorP4uiv(const Context *context, GLenum type, const GLuint *color) in ValidateColorP4uiv() function
140 bool isCallValid = (context->skipValidation() || ValidateColorP4uiv(context, type, color)); in ColorP4uiv()