Searched refs:ValidateVertexP3ui (Results 1 – 4 of 4) sorted by relevance
115 bool ValidateVertexP3ui(const Context *context, GLenum type, GLuint value);
188 bool ValidateVertexP3ui(const Context *context, GLenum type, GLuint value);
440 bool ValidateVertexP3ui(const Context *context, GLenum type, GLuint value) in ValidateVertexP3ui() function
4485 bool isCallValid = (context->skipValidation() || ValidateVertexP3ui(context, type, value)); in GL_VertexP3ui()