Searched refs:ValidateTranslated (Results 1 – 3 of 3) sorted by relevance
1154 bool ValidateTranslated(const Context *, GLdouble x, GLdouble y, GLdouble z) in ValidateTranslated() function
343 bool ValidateTranslated(const Context *context, GLdouble x, GLdouble y, GLdouble z);
6439 bool isCallValid = (context->skipValidation() || ValidateTranslated(context, x, y, z)); in GL_Translated()