Searched refs:ValidateCallLists (Results 1 – 3 of 3) sorted by relevance
41 bool ValidateCallLists(const Context *, GLsizei n, GLenum type, const void *lists) in ValidateCallLists() function
32 bool ValidateCallLists(const Context *context, GLsizei n, GLenum type, const void *lists);
189 (context->skipValidation() || ValidateCallLists(context, n, type, lists)); in GL_CallLists()