Searched refs:ValidateLoadMatrixd (Results 1 – 3 of 3) sorted by relevance
532 bool ValidateLoadMatrixd(const Context *, const GLdouble *m) in ValidateLoadMatrixd() function
169 bool ValidateLoadMatrixd(const Context *context, const GLdouble *m);
3185 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixd(context, m)); in GL_LoadMatrixd()