Searched refs:ValidateWindowPos2d (Results 1 – 4 of 4) sorted by relevance
62 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y);
1745 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y) in ValidateWindowPos2d() function
542 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y);
9846 bool isCallValid = (context->skipValidation() || ValidateWindowPos2d(context, x, y)); in GL_WindowPos2d()