| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | windialogs.c | 249 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 D | winscrinit.c | 436 WRAP(DestroyWindow); in winFinishScreenInitFB() 445 pScreen->DestroyWindow = winDestroyWindowRootless; in winFinishScreenInitFB() 469 WRAP(DestroyWindow); in winFinishScreenInitFB() 483 pScreen->DestroyWindow = winDestroyWindowMultiWindow; in winFinishScreenInitFB()
|
| H A D | winwindow.c | 93 WIN_UNWRAP(DestroyWindow); in winDestroyWindowRootless() 94 fResult = (*pScreen->DestroyWindow) (pWin); in winDestroyWindowRootless() 95 WIN_WRAP(DestroyWindow, winDestroyWindowRootless); in winDestroyWindowRootless()
|
| H A D | winmultiwindowwindow.c | 145 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 D | dbe.c | 1263 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 D | dbestruct.h | 178 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_screen.c | 159 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 D | compinit.c | 75 pScreen->DestroyWindow = cs->DestroyWindow; in compCloseScreen() 414 cs->DestroyWindow = pScreen->DestroyWindow; in compScreenInit() 415 pScreen->DestroyWindow = compDestroyWindow; in compScreenInit()
|
| H A D | compwindow.c | 601 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 D | compint.h | 131 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 782 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 D | xvmain.c | 283 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 D | dri.c | 645 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 D | dristruct.h | 93 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.c | 143 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 D | kxv.h | 154 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 78 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 D | mioverlay.c | 48 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 D | xf86xvpriv.h | 40 DestroyWindowProcPtr DestroyWindow; member
|
| H A D | xf86xv.c | 256 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 D | damagestr.h | 68 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_priv.h | 46 DestroyWindowProcPtr DestroyWindow; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 287 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxScreenInit() 409 DMX_UNWRAP(DestroyWindow, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmxwindow.c | 413 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 D | dmx.h | 203 DestroyWindowProcPtr DestroyWindow; member
|