Home
last modified time | relevance | path

Searched refs:DestroyWindow (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwindialogs.c249 DestroyWindow(g_hDlgExit); in winDisplayExitDialog()
327 DestroyWindow(g_hDlgExit); in winExitDlgProc()
335 DestroyWindow(g_hDlgExit); in winExitDlgProc()
354 DestroyWindow(g_hDlgExit); in winExitDlgProc()
462 DestroyWindow(g_hDlgDepthChange); in winChangeDepthDlgProc()
488 DestroyWindow(g_hDlgAbout); in winChangeDepthDlgProc()
586 DestroyWindow(g_hDlgAbout); in winAboutDlgProc()
618 DestroyWindow(g_hDlgAbout); in winAboutDlgProc()
H A Dwinscrinit.c436 WRAP(DestroyWindow); in winFinishScreenInitFB()
445 pScreen->DestroyWindow = winDestroyWindowRootless; in winFinishScreenInitFB()
469 WRAP(DestroyWindow); in winFinishScreenInitFB()
483 pScreen->DestroyWindow = winDestroyWindowMultiWindow; in winFinishScreenInitFB()
H A Dwinwindow.c93 WIN_UNWRAP(DestroyWindow); in winDestroyWindowRootless()
94 fResult = (*pScreen->DestroyWindow) (pWin); in winDestroyWindowRootless()
95 WIN_WRAP(DestroyWindow, winDestroyWindowRootless); in winDestroyWindowRootless()
H A Dwinmultiwindowwindow.c145 WIN_UNWRAP(DestroyWindow); in winDestroyWindowMultiWindow()
146 fResult = (*pScreen->DestroyWindow) (pWin); in winDestroyWindowMultiWindow()
147 WIN_WRAP(DestroyWindow, winDestroyWindowMultiWindow); in winDestroyWindowMultiWindow()
642 DestroyWindow(pWinPriv->hWnd); in winDestroyWindowsWindow()
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbe.c1263 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow; in DbeResetProc()
1298 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow; in DbeDestroyWindow()
1326 ret = (*pScreen->DestroyWindow) (pWin); in DbeDestroyWindow()
1335 pDbeScreenPriv->DestroyWindow = pScreen->DestroyWindow; in DbeDestroyWindow()
1336 pScreen->DestroyWindow = DbeDestroyWindow; in DbeDestroyWindow()
1436 pDbeScreenPriv->DestroyWindow = pScreen->DestroyWindow; in DbeExtensionInit()
1437 pScreen->DestroyWindow = DbeDestroyWindow; in DbeExtensionInit()
H A Ddbestruct.h178 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c159 unwrap(screen_priv, screen, DestroyWindow); in present_destroy_window()
160 if (screen->DestroyWindow) in present_destroy_window()
161 ret = screen->DestroyWindow (window); in present_destroy_window()
164 wrap(screen_priv, screen, DestroyWindow, present_destroy_window); in present_destroy_window()
230 wrap(screen_priv, screen, DestroyWindow, present_destroy_window); in present_screen_priv_init()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c75 pScreen->DestroyWindow = cs->DestroyWindow; in compCloseScreen()
414 cs->DestroyWindow = pScreen->DestroyWindow; in compScreenInit()
415 pScreen->DestroyWindow = compDestroyWindow; in compScreenInit()
H A Dcompwindow.c601 pScreen->DestroyWindow = cs->DestroyWindow; in compDestroyWindow()
613 ret = (*pScreen->DestroyWindow) (pWin); in compDestroyWindow()
614 cs->DestroyWindow = pScreen->DestroyWindow; in compDestroyWindow()
615 pScreen->DestroyWindow = compDestroyWindow; in compDestroyWindow()
H A Dcompint.h131 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c782 screen->DestroyWindow = xwl_screen->DestroyWindow; in xwl_destroy_window()
784 if (screen->DestroyWindow) in xwl_destroy_window()
785 ret = screen->DestroyWindow (window); in xwl_destroy_window()
789 xwl_screen->DestroyWindow = screen->DestroyWindow; in xwl_destroy_window()
790 screen->DestroyWindow = xwl_destroy_window; in xwl_destroy_window()
1278 xwl_screen->DestroyWindow = pScreen->DestroyWindow; in xwl_screen_init()
1279 pScreen->DestroyWindow = xwl_destroy_window; in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c283 pxvs->DestroyWindow = pScreen->DestroyWindow; in XvScreenInit()
287 pScreen->DestroyWindow = XvDestroyWindow; in XvScreenInit()
302 pScreen->DestroyWindow = pxvs->DestroyWindow; in XvCloseScreen()
384 SCREEN_PROLOGUE(pScreen, DestroyWindow); in XvDestroyWindow()
385 status = (*pScreen->DestroyWindow) (pWin); in XvDestroyWindow()
386 SCREEN_EPILOGUE(pScreen, DestroyWindow, XvDestroyWindow); in XvDestroyWindow()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c645 pDRIPriv->DestroyWindow = pScreen->DestroyWindow; in DRIFinishScreenInit()
646 pScreen->DestroyWindow = DRIDestroyWindow; in DRIFinishScreenInit()
693 if (pDRIPriv->DestroyWindow) { in DRICloseScreen()
694 pScreen->DestroyWindow = pDRIPriv->DestroyWindow; in DRICloseScreen()
695 pDRIPriv->DestroyWindow = NULL; in DRICloseScreen()
1929 if (pDRIPriv->DestroyWindow) { in DRIDestroyWindow()
1931 pScreen->DestroyWindow = pDRIPriv->DestroyWindow; in DRIDestroyWindow()
1934 retval = (*pScreen->DestroyWindow) (pWin); in DRIDestroyWindow()
1937 pDRIPriv->DestroyWindow = pScreen->DestroyWindow; in DRIDestroyWindow()
1938 pScreen->DestroyWindow = DRIDestroyWindow; in DRIDestroyWindow()
H A Ddristruct.h93 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c143 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; in KdXVScreenInit()
150 pScreen->DestroyWindow = KdXVDestroyWindow; in KdXVScreenInit()
784 pScreen->DestroyWindow = ScreenPriv->DestroyWindow; in KdXVDestroyWindow()
785 ret = (*pScreen->DestroyWindow) (pWin); in KdXVDestroyWindow()
786 pScreen->DestroyWindow = KdXVDestroyWindow; in KdXVDestroyWindow()
923 pScreen->DestroyWindow = ScreenPriv->DestroyWindow; in KdXVCloseScreen()
H A Dkxv.h154 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c78 pScreen->DestroyWindow = ps->DestroyWindow; in PictureDestroyWindow()
79 ret = (*pScreen->DestroyWindow) (pWindow); in PictureDestroyWindow()
80 ps->DestroyWindow = pScreen->DestroyWindow; in PictureDestroyWindow()
81 pScreen->DestroyWindow = PictureDestroyWindow; in PictureDestroyWindow()
695 ps->DestroyWindow = pScreen->DestroyWindow; in PictureInit()
697 pScreen->DestroyWindow = PictureDestroyWindow; in PictureInit()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmioverlay.c48 DestroyWindowProcPtr DestroyWindow; member
135 pScreenPriv->DestroyWindow = pScreen->DestroyWindow; in miInitOverlay()
141 pScreen->DestroyWindow = miOverlayDestroyWindow; in miInitOverlay()
169 pScreen->DestroyWindow = pScreenPriv->DestroyWindow; in miOverlayCloseScreen()
252 if (pScreenPriv->DestroyWindow) { in miOverlayDestroyWindow()
253 pScreen->DestroyWindow = pScreenPriv->DestroyWindow; in miOverlayDestroyWindow()
254 result = (*pScreen->DestroyWindow) (pWin); in miOverlayDestroyWindow()
255 pScreen->DestroyWindow = miOverlayDestroyWindow; in miOverlayDestroyWindow()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h40 DestroyWindowProcPtr DestroyWindow; member
H A Dxf86xv.c256 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; in xf86XVScreenInit()
266 pScreen->DestroyWindow = xf86XVDestroyWindow; in xf86XVScreenInit()
1019 pScreen->DestroyWindow = ScreenPriv->DestroyWindow; in xf86XVDestroyWindow()
1020 ret = (*pScreen->DestroyWindow) (pWin); in xf86XVDestroyWindow()
1021 pScreen->DestroyWindow = xf86XVDestroyWindow; in xf86XVDestroyWindow()
1151 pScreen->DestroyWindow = ScreenPriv->DestroyWindow; in xf86XVCloseScreen()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h68 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_priv.h46 DestroyWindowProcPtr DestroyWindow; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c287 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxScreenInit()
409 DMX_UNWRAP(DestroyWindow, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c413 DMX_UNWRAP(DestroyWindow, dmxScreen, pScreen); in dmxDestroyWindow()
428 if (pScreen->DestroyWindow) in dmxDestroyWindow()
429 ret = pScreen->DestroyWindow(pWindow); in dmxDestroyWindow()
431 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxDestroyWindow()
H A Ddmx.h203 DestroyWindowProcPtr DestroyWindow; member

12