Searched refs:ValidateTranslatex (Results 1 – 3 of 3) sorted by relevance
240 bool ValidateTranslatex(const Context *context, GLfixed x, GLfixed y, GLfixed z);
1421 bool ValidateTranslatex(const Context *context, GLfixed x, GLfixed y, GLfixed z) in ValidateTranslatex() function
1988 bool isCallValid = (context->skipValidation() || ValidateTranslatex(context, x, y, z)); in GL_Translatex()