Searched refs:ValidateIndexiv (Results 1 – 3 of 3) sorted by relevance
477 bool ValidateIndexiv(const Context *, const GLint *c) in ValidateIndexiv() function
158 bool ValidateIndexiv(const Context *context, const GLint *c);
2767 bool isCallValid = (context->skipValidation() || ValidateIndexiv(context, c)); in GL_Indexiv()