Home | History | Annotate | Download | only in tests

Lines Matching defs:glx_dpy

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