Searched refs:ValidateIndexsv (Results 1 – 3 of 3) sorted by relevance
487 bool ValidateIndexsv(const Context *, const GLshort *c) in ValidateIndexsv() function
160 bool ValidateIndexsv(const Context *context, const GLshort *c);
2809 bool isCallValid = (context->skipValidation() || ValidateIndexsv(context, c)); in GL_Indexsv()