Searched refs:ValidateLoadMatrixx (Results 1 – 3 of 3) sorted by relevance
130 bool ValidateLoadMatrixx(const Context *context, const GLfixed *m);
1011 bool ValidateLoadMatrixx(const Context *context, const GLfixed *m) in ValidateLoadMatrixx() function
1027 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixx(context, m)); in GL_LoadMatrixx()