Home | History | Annotate | Download | only in tests

Lines Matching refs:major

41    fake_glx_display(mock_XDisplay *dpy, int major, int minor)
46 this->majorVersion = major;
75 void common_protocol_expected_false_test(unsigned major, unsigned minor,
78 void common_protocol_expected_true_test(unsigned major, unsigned minor,
81 void create_single_screen_display(unsigned major, unsigned minor,
275 glX_send_client_info_test::create_single_screen_display(unsigned major,
281 this->glx_dpy = new fake_glx_display(this->display, major, minor);
286 glX_send_client_info_test::common_protocol_expected_false_test(unsigned major,
291 create_single_screen_display(major, minor, glx_ext);
297 glX_send_client_info_test::common_protocol_expected_true_test(unsigned major,
302 create_single_screen_display(major, minor, glx_ext);
541 /* Verify that the minor version advertised with the major version makes
586 /* Verify that the minor version advertised with the major version makes