Searched refs:ValidateWindowPos2f (Results 1 – 3 of 3) sorted by relevance
170 bool ValidateWindowPos2f(const Context *context, GLfloat x, GLfloat y) in ValidateWindowPos2f() function
64 bool ValidateWindowPos2f(const Context *context, GLfloat x, GLfloat y);
696 bool isCallValid = (context->skipValidation() || ValidateWindowPos2f(context, x, y)); in WindowPos2f()