Searched refs:ValidateIndexf (Results 1 – 3 of 3) sorted by relevance
462 bool ValidateIndexf(const Context *, GLfloat c) in ValidateIndexf() function
155 bool ValidateIndexf(const Context *context, GLfloat c);
2704 bool isCallValid = (context->skipValidation() || ValidateIndexf(context, c)); in GL_Indexf()