Searched refs:ValidateScalex (Results 1 – 3 of 3) sorted by relevance
200 bool ValidateScalex(const Context *context, GLfixed x, GLfixed y, GLfixed z);
1287 bool ValidateScalex(const Context *context, GLfixed x, GLfixed y, GLfixed z) in ValidateScalex() function
1689 bool isCallValid = (context->skipValidation() || ValidateScalex(context, x, y, z)); in GL_Scalex()