Searched refs:ValidateLoadMatrixf (Results 1 – 4 of 4) sorted by relevance
129 bool ValidateLoadMatrixf(const Context *context, const GLfloat *m);
1005 bool ValidateLoadMatrixf(const Context *context, const GLfloat *m) in ValidateLoadMatrixf() function
1005 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixf(context, m)); in GL_LoadMatrixf()
3207 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixf(context, m)); in GL_LoadMatrixf()