Home | History | Annotate | Download | only in glx

Lines Matching full:scrn

320  * \param scrn   Screen number on the display.
329 CallCreateNewScreen(Display *dpy, int scrn, struct dri_screen *psc,
361 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
393 if (newlyopened && !XF86DRIAuthConnection(dpy, scrn, magic)) {
401 if (!XF86DRIGetClientDriverName(dpy, scrn,
417 if (!XF86DRIGetDeviceInfo(dpy, scrn, &hFB, &junk,
425 framebuffer.width = DisplayWidth(dpy, scrn);
426 framebuffer.height = DisplayHeight(dpy, scrn);
445 psp = (*psc->legacy->createNewScreen) (scrn,
490 if (num_visuals > 0 && visuals->depth != DefaultDepth(dpy, scrn))
516 XF86DRICloseConnection(dpy, scrn);