Searched refs:ValidateWindowPos2f (Results 1 – 4 of 4) sorted by relevance
64 bool ValidateWindowPos2f(const Context *context, GLfloat x, GLfloat y);
1755 bool ValidateWindowPos2f(const Context *context, GLfloat x, GLfloat y) in ValidateWindowPos2f() function
544 bool ValidateWindowPos2f(const Context *context, GLfloat x, GLfloat y);
9889 bool isCallValid = (context->skipValidation() || ValidateWindowPos2f(context, x, y)); in GL_WindowPos2f()