Searched refs:ValidateVertexP4ui (Results 1 – 4 of 4) sorted by relevance
117 bool ValidateVertexP4ui(const Context *context, GLenum type, GLuint value);
190 bool ValidateVertexP4ui(const Context *context, GLenum type, GLuint value);
450 bool ValidateVertexP4ui(const Context *context, GLenum type, GLuint value) in ValidateVertexP4ui() function
4529 bool isCallValid = (context->skipValidation() || ValidateVertexP4ui(context, type, value)); in GL_VertexP4ui()