Searched refs:ValidateIndexubv (Results 1 – 4 of 4) sorted by relevance
43 bool ValidateIndexubv(const Context *context, const GLubyte *c);
1330 bool ValidateIndexubv(const Context *context, const GLubyte *c) in ValidateIndexubv() function
393 bool ValidateIndexubv(const Context *context, const GLubyte *c);
7492 bool isCallValid = (context->skipValidation() || ValidateIndexubv(context, c)); in GL_Indexubv()