Home | History | Annotate | Download | only in tests

Lines Matching refs:glx_dpy

89    fake_glx_display *glx_dpy;
227 : glx_dpy(0), display(0)
234 if (glx_dpy)
235 delete glx_dpy;
244 if (this->glx_dpy != NULL) {
245 if (this->glx_dpy->screens != NULL) {
247 delete [] this->glx_dpy->screens[i]->serverGLXexts;
248 delete this->glx_dpy->screens[i];
251 delete [] this->glx_dpy->screens;
254 delete this->glx_dpy;
283 this->glx_dpy = new fake_glx_display(this->display, major, minor);
284 this->glx_dpy->init_screen(0, glx_ext);
294 __glX_send_client_info(this->glx_dpy);
305 __glX_send_client_info(this->glx_dpy);
517 __glX_send_client_info(this->glx_dpy);
524 __glX_send_client_info(this->glx_dpy);
534 __glX_send_client_info(this->glx_dpy);
575 __glX_send_client_info(this->glx_dpy);
631 __glX_send_client_info(this->glx_dpy);
640 __glX_send_client_info(this->glx_dpy);
649 __glX_send_client_info(this->glx_dpy);
658 __glX_send_client_info(this->glx_dpy);
667 __glX_send_client_info(this->glx_dpy);
676 __glX_send_client_info(this->glx_dpy);
702 __glX_send_client_info(this->glx_dpy);