Lines Matching refs:glx_dpy
87 fake_glx_display *glx_dpy; member in glX_send_client_info_test
225 : glx_dpy(0), display(0) in glX_send_client_info_test()
232 if (glx_dpy) in ~glX_send_client_info_test()
233 delete glx_dpy; in ~glX_send_client_info_test()
242 if (this->glx_dpy != NULL) { in destroy_display()
243 if (this->glx_dpy->screens != NULL) { in destroy_display()
245 delete [] this->glx_dpy->screens[i]->serverGLXexts; in destroy_display()
246 delete this->glx_dpy->screens[i]; in destroy_display()
249 delete [] this->glx_dpy->screens; in destroy_display()
252 delete this->glx_dpy; in destroy_display()
281 this->glx_dpy = new fake_glx_display(this->display, major, minor); in create_single_screen_display()
282 this->glx_dpy->init_screen(0, glx_ext); in create_single_screen_display()
292 __glX_send_client_info(this->glx_dpy); in common_protocol_expected_false_test()
303 __glX_send_client_info(this->glx_dpy); in common_protocol_expected_true_test()
515 __glX_send_client_info(this->glx_dpy); in TEST_F()
522 __glX_send_client_info(this->glx_dpy); in TEST_F()
532 __glX_send_client_info(this->glx_dpy); in TEST_F()
573 __glX_send_client_info(this->glx_dpy); in TEST_F()
629 __glX_send_client_info(this->glx_dpy); in TEST_F()
638 __glX_send_client_info(this->glx_dpy); in TEST_F()
647 __glX_send_client_info(this->glx_dpy); in TEST_F()
656 __glX_send_client_info(this->glx_dpy); in TEST_F()
665 __glX_send_client_info(this->glx_dpy); in TEST_F()
674 __glX_send_client_info(this->glx_dpy); in TEST_F()
700 __glX_send_client_info(this->glx_dpy); in TEST_F()