Searched refs:ValidateIndexdv (Results 1 – 3 of 3) sorted by relevance
457 bool ValidateIndexdv(const Context *, const GLdouble *c) in ValidateIndexdv() function
154 bool ValidateIndexdv(const Context *context, const GLdouble *c);
2683 bool isCallValid = (context->skipValidation() || ValidateIndexdv(context, c)); in GL_Indexdv()