Searched refs:ValidateIndexfv (Results 1 – 3 of 3) sorted by relevance
467 bool ValidateIndexfv(const Context *, const GLfloat *c) in ValidateIndexfv() function
156 bool ValidateIndexfv(const Context *context, const GLfloat *c);
2725 bool isCallValid = (context->skipValidation() || ValidateIndexfv(context, c)); in GL_Indexfv()