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