Home
last modified time | relevance | path

Searched refs:CloseScreen (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncfd.c37 CloseScreenProcPtr CloseScreen; member
75 pScreen->CloseScreen = priv->CloseScreen; in miSyncFdCloseScreen()
78 return (*pScreen->CloseScreen) (pScreen); in miSyncFdCloseScreen()
108 priv->CloseScreen = pScreen->CloseScreen; in miSyncFdScreenInit()
109 pScreen->CloseScreen = miSyncFdCloseScreen; in miSyncFdScreenInit()
H A Dmisync.c159 pScreen->CloseScreen = pScreenPriv->CloseScreen; in SyncCloseScreen()
161 return (*pScreen->CloseScreen) (pScreen); in SyncCloseScreen()
186 pScreenPriv->CloseScreen = pScreen->CloseScreen; in miSyncSetup()
187 pScreen->CloseScreen = SyncCloseScreen; in miSyncSetup()
/OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/
H A Dshadowfb.c38 CloseScreenProcPtr CloseScreen; member
73 pPriv->CloseScreen = pScreen->CloseScreen; in ShadowFBInit2()
76 pScreen->CloseScreen = ShadowCloseScreen; in ShadowFBInit2()
166 pScreen->CloseScreen = pPriv->CloseScreen; in ShadowCloseScreen()
170 return (*pScreen->CloseScreen) (pScreen); in ShadowCloseScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvmc.c47 CloseScreenProcPtr CloseScreen; member
137 pScreen->CloseScreen = pScreenPriv->CloseScreen; in xf86XvMCCloseScreen()
142 return (*pScreen->CloseScreen) (pScreen); in xf86XvMCCloseScreen()
173 pScreenPriv->CloseScreen = pScreen->CloseScreen; in xf86XvMCScreenInit()
174 pScreen->CloseScreen = xf86XvMCCloseScreen; in xf86XvMCScreenInit()
H A Dxf86RandR.c40 CloseScreenProcPtr CloseScreen; member
349 pScreen->CloseScreen = randrp->CloseScreen; in xf86RandRCloseScreen()
352 return (*pScreen->CloseScreen) (pScreen); in xf86RandRCloseScreen()
437 randrp->CloseScreen = pScreen->CloseScreen; in xf86RandRInit()
438 pScreen->CloseScreen = xf86RandRCloseScreen; in xf86RandRInit()
H A Dxf86sbusBus.c627 CloseScreenProcPtr CloseScreen; member
686 pScreen->CloseScreen = cmap->CloseScreen; in xf86SbusCmapCloseScreen()
688 return (*pScreen->CloseScreen) (pScreen); in xf86SbusCmapCloseScreen()
725 cmap->CloseScreen = pScreen->CloseScreen; in xf86SbusHandleColormaps()
726 pScreen->CloseScreen = xf86SbusCmapCloseScreen; in xf86SbusHandleColormaps()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c61 CloseScreenProcPtr CloseScreen; member
142 pScreen->CloseScreen = pScreenPriv->CloseScreen; in miCloseScreen()
146 if (pScreen->CloseScreen) in miCloseScreen()
147 return (*pScreen->CloseScreen) (pScreen); in miCloseScreen()
284 pScreenPriv->CloseScreen = pScreen->CloseScreen; in miScreenInit()
285 pScreen->CloseScreen = miCloseScreen; in miScreenInit()
H A Dmidispcur.c82 CloseScreenProcPtr CloseScreen; member
105 pScreenPriv->CloseScreen = pScreen->CloseScreen; in miDCInitialize()
106 pScreen->CloseScreen = miDCCloseScreen; in miDCInitialize()
144 pScreen->CloseScreen = pScreenPriv->CloseScreen; in miDCCloseScreen()
148 return (*pScreen->CloseScreen) (pScreen); in miDCCloseScreen()
H A Dmipointer.c135 pScreenPriv->CloseScreen = pScreen->CloseScreen; in miPointerInitialize()
136 pScreen->CloseScreen = miPointerCloseScreen; in miPointerInitialize()
166 pScreen->CloseScreen = pScreenPriv->CloseScreen; in miPointerCloseScreen()
170 return (*pScreen->CloseScreen) (pScreen); in miPointerCloseScreen()
H A Dmisprite.c72 CloseScreenProcPtr CloseScreen; member
317 pScreenPriv->CloseScreen = pScreen->CloseScreen; in miSpriteInitialize()
342 pScreen->CloseScreen = miSpriteCloseScreen; in miSpriteInitialize()
368 pScreen->CloseScreen = pScreenPriv->CloseScreen; in miSpriteCloseScreen()
379 return (*pScreen->CloseScreen) (pScreen); in miSpriteCloseScreen()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c35 CloseScreenProcPtr CloseScreen; member
53 pScreen->CloseScreen = pScreenPriv->CloseScreen; in fbCloseScreen()
56 return (*pScreen->CloseScreen) (pScreen); in fbCloseScreen()
208 pScreenPriv->CloseScreen = pScreen->CloseScreen; in wfbFinishScreenInit()
209 pScreen->CloseScreen = fbCloseScreen; in wfbFinishScreenInit()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.c167 pScreen->CloseScreen = pGlxScreen->CloseScreen; in glxCloseScreen()
171 return pScreen->CloseScreen(pScreen); in glxCloseScreen()
332 pGlxScreen->CloseScreen = pScreen->CloseScreen; in __glXScreenInit()
333 pScreen->CloseScreen = glxCloseScreen; in __glXScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c50 CloseScreenProcPtr CloseScreen; member
387 pScreen->CloseScreen = xwlXvScreen->CloseScreen; in xwl_glamor_xv_close_screen()
389 return pScreen->CloseScreen(pScreen); in xwl_glamor_xv_close_screen()
406 xwlXvScreen->CloseScreen = pScreen->CloseScreen; in xwl_glamor_xv_init()
407 pScreen->CloseScreen = xwl_glamor_xv_close_screen; in xwl_glamor_xv_init()
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3.c41 unwrap(screen_priv, screen, CloseScreen); in dri3_close_screen()
44 return (*screen->CloseScreen) (screen); in dri3_close_screen()
60 wrap(screen_priv, screen, CloseScreen, dri3_close_screen); in dri3_screen_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c79 pScreen->CloseScreen = pScreenPriv->SavedCloseScreen; in exaXorgCloseScreen()
86 return pScreen->CloseScreen(pScreen); in exaXorgCloseScreen()
181 pScreenPriv->SavedCloseScreen = pScreen->CloseScreen; in exaDDXDriverInit()
182 pScreen->CloseScreen = exaXorgCloseScreen; in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c63 pScreen->CloseScreen = cs->CloseScreen; in compCloseScreen()
86 ret = (*pScreen->CloseScreen) (pScreen); in compCloseScreen()
447 cs->CloseScreen = pScreen->CloseScreen; in compScreenInit()
448 pScreen->CloseScreen = compCloseScreen; in compScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c80 ScreenPriv->CloseScreen = pScreen->CloseScreen; in xf86InitCursor()
81 pScreen->CloseScreen = xf86CursorCloseScreen; in xf86InitCursor()
136 pScreen->CloseScreen = ScreenPriv->CloseScreen; in xf86CursorCloseScreen()
151 return (*pScreen->CloseScreen) (pScreen); in xf86CursorCloseScreen()
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c104 unwrap(pBuf, pScreen, CloseScreen); in shadowCloseScreen()
111 return pScreen->CloseScreen(pScreen); in shadowCloseScreen()
136 wrap(pBuf, pScreen, CloseScreen); in shadowSetup()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmc.c52 CloseScreenProcPtr CloseScreen; member
742 pScreen->CloseScreen = pScreenPriv->CloseScreen; in XvMCCloseScreen()
746 return (*pScreen->CloseScreen) (pScreen); in XvMCCloseScreen()
762 pScreenPriv->CloseScreen = pScreen->CloseScreen; in XvMCScreenInit()
763 pScreen->CloseScreen = XvMCCloseScreen; in XvMCScreenInit()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch156 /* Wrap the current CloseScreen function */
157 fPtr->CloseScreen = pScreen->CloseScreen;
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c62 CloseScreenProcPtr CloseScreen; member
92 Unwrap(as, pScreen, CloseScreen); in AnimCurCloseScreen()
100 ret = (*pScreen->CloseScreen) (pScreen); in AnimCurCloseScreen()
288 Wrap(as, pScreen, CloseScreen, AnimCurCloseScreen); in AnimCurInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c571 pScreen->CloseScreen = pScreenPriv->CloseScreen; in KdCloseScreen()
573 if (pScreen->CloseScreen) in KdCloseScreen()
574 ret = (*pScreen->CloseScreen) (pScreen); in KdCloseScreen()
800 pScreenPriv->CloseScreen = pScreen->CloseScreen; in KdScreenInit()
801 pScreen->CloseScreen = KdCloseScreen; in KdScreenInit()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c69 unwrap(screen_priv, screen, CloseScreen); in present_close_screen()
70 (*screen->CloseScreen) (screen); in present_close_screen()
229 wrap(screen_priv, screen, CloseScreen, present_close_screen); in present_screen_priv_init()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c500 pScreenPriv->CloseScreen = pScreen->CloseScreen; in winFinishScreenInitFB()
501 pScreen->CloseScreen = pScreenPriv->pwinCloseScreen; in winFinishScreenInitFB()
/OK3568_Linux_fs/external/xserver/dix/
H A Dmain.c313 (*pScreen->CloseScreen) (pScreen); in dix_main()
324 (*screenInfo.screens[i]->CloseScreen) (screenInfo.screens[i]); in dix_main()

1234