Home | History | Annotate | Download | only in tests

Lines Matching refs:screens

54       this->screens = new glx_screen *[dpy->nscreens];
55 memset(this->screens, 0, sizeof(struct glx_screen *) * dpy->nscreens);
61 if (this->screens[i] != NULL)
62 delete this->screens[i];
65 delete [] this->screens;
96 if (this->screens[i] != NULL)
97 delete this->screens[i];
99 this->screens[i] = new fake_glx_screen(this, i, ext);
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;