Lines Matching refs:screens
116 if (!DRIQueryDirectRenderingCapable(screenInfo.screens[stuff->screen], in ProcXF86DRIQueryDirectRenderingCapable()
157 if (!DRIOpenConnection(screenInfo.screens[stuff->screen], in ProcXF86DRIOpenConnection()
204 if (!DRIAuthConnection(screenInfo.screens[stuff->screen], stuff->magic)) { in ProcXF86DRIAuthConnection()
222 DRICloseConnection(screenInfo.screens[stuff->screen]); in ProcXF86DRICloseConnection()
244 DRIGetClientDriverName(screenInfo.screens[stuff->screen], in ProcXF86DRIGetClientDriverName()
279 pScreen = screenInfo.screens[stuff->screen]; in ProcXF86DRICreateContext()
301 if (!DRIDestroyContext(screenInfo.screens[stuff->screen], stuff->context)) { in ProcXF86DRIDestroyContext()
331 if (!DRICreateDrawable(screenInfo.screens[stuff->screen], client, in ProcXF86DRICreateDrawable()
359 if (!DRIDestroyDrawable(screenInfo.screens[stuff->screen], client, in ProcXF86DRIDestroyDrawable()
393 if (!DRIGetDrawableInfo(screenInfo.screens[stuff->screen], in ProcXF86DRIGetDrawableInfo()
428 ScreenPtr pScreen = screenInfo.screens[stuff->screen]; in ProcXF86DRIGetDrawableInfo()
490 if (!DRIGetDeviceInfo(screenInfo.screens[stuff->screen], in ProcXF86DRIGetDeviceInfo()