Searched refs:DestroyWindow (Results 1 - 25 of 105) sorted by relevance

12345

/xsrc/external/mit/libX11/dist/src/
H A DDestWind.c40 GetResReq(DestroyWindow, w, req);
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_screen.c114 unwrap(screen_priv, screen, DestroyWindow);
115 if (screen->DestroyWindow)
116 ret = screen->DestroyWindow (window);
119 wrap(screen_priv, screen, DestroyWindow, present_destroy_window);
185 wrap(screen_priv, screen, DestroyWindow, present_destroy_window);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindialogs.c249 DestroyWindow(g_hDlgExit);
327 DestroyWindow(g_hDlgExit);
335 DestroyWindow(g_hDlgExit);
354 DestroyWindow(g_hDlgExit);
462 DestroyWindow(g_hDlgDepthChange);
488 DestroyWindow(g_hDlgAbout);
586 DestroyWindow(g_hDlgAbout);
618 DestroyWindow(g_hDlgAbout);
H A Dwinscrinit.c381 WRAP(DestroyWindow);
390 pScreen->DestroyWindow = winDestroyWindowRootless;
414 WRAP(DestroyWindow);
429 pScreen->DestroyWindow = winDestroyWindowMultiWindow;
H A Dwinwindow.c93 WIN_UNWRAP(DestroyWindow);
94 fResult = (*pScreen->DestroyWindow) (pWin);
95 WIN_WRAP(DestroyWindow, winDestroyWindowRootless);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwindialogs.c279 DestroyWindow (g_hDlgExit);
365 DestroyWindow (g_hDlgExit);
373 DestroyWindow (g_hDlgExit);
393 DestroyWindow (g_hDlgExit);
508 DestroyWindow (g_hDlgDepthChange);
535 DestroyWindow (g_hDlgAbout);
648 DestroyWindow (g_hDlgAbout);
757 DestroyWindow (g_hDlgAbout);
H A Dwinwindow.c93 WIN_UNWRAP(DestroyWindow);
94 fResult = (*pScreen->DestroyWindow)(pWin);
95 WIN_WRAP(DestroyWindow, winDestroyWindowNativeGDI);
330 WIN_UNWRAP(DestroyWindow);
331 fResult = (*pScreen->DestroyWindow)(pWin);
332 WIN_WRAP(DestroyWindow, winDestroyWindowRootless);
H A Dwinscrinit.c472 WRAP(DestroyWindow);
481 pScreen->DestroyWindow = winDestroyWindowRootless;
508 WRAP(DestroyWindow);
522 pScreen->DestroyWindow = winDestroyWindowMultiWindow;
698 pScreen->DestroyWindow = winDestroyWindowNativeGDI;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvpriv.h40 DestroyWindowProcPtr DestroyWindow; member in struct:__anon60aeb3470108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvpriv.h40 DestroyWindowProcPtr DestroyWindow; member in struct:__anon8e6bc3da0108
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Ddialog.cc70 DestroyWindow(hwndDlg);
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamagestr.h68 DestroyWindowProcPtr DestroyWindow; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbestruct.h172 * DbeExtensionInit wraps DestroyWindow().
175 DestroyWindowProcPtr DestroyWindow; member in struct:_DbeScreenPrivRec
H A Ddbe.c88 /* Do not unwrap PositionWindow nor DestroyWindow. If the DDX
90 * PositionWindow. Also, DestroyWindow is only wrapped if the DDX
1460 /* Unwrap DestroyWindow, which was wrapped in DbeExtensionInit().*/
1461 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1479 * This is the wrapper for pScreen->DestroyWindow.
1502 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1532 ret = (*pScreen->DestroyWindow)(pWin);
1541 pDbeScreenPriv->DestroyWindow
[all...]
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbestruct.h175 * DbeExtensionInit wraps DestroyWindow().
178 DestroyWindowProcPtr DestroyWindow; member in struct:_DbeScreenPrivRec
H A Ddbe.c83 /* Do not unwrap PositionWindow nor DestroyWindow. If the DDX
85 * PositionWindow. Also, DestroyWindow is only wrapped if the DDX
1280 /* Unwrap DestroyWindow, which was wrapped in DbeExtensionInit(). */
1281 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1295 * This is the wrapper for pScreen->DestroyWindow.
1317 pScreen->DestroyWindow = pDbeScreenPriv->DestroyWindow;
1345 ret = (*pScreen->DestroyWindow) (pWin);
1354 pDbeScreenPriv->DestroyWindow
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h97 DestroyWindowProcPtr DestroyWindow; member in struct:_DRIScreenPrivRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h93 DestroyWindowProcPtr DestroyWindow; member in struct:_DRIScreenPrivRec
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamagestr.h72 DestroyWindowProcPtr DestroyWindow; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3_priv.h47 DestroyWindowProcPtr DestroyWindow; member in struct:dri3_screen_priv
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c75 pScreen->DestroyWindow = cs->DestroyWindow;
366 cs->DestroyWindow = pScreen->DestroyWindow;
367 pScreen->DestroyWindow = compDestroyWindow;
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c75 pScreen->DestroyWindow = cs->DestroyWindow;
376 cs->DestroyWindow = pScreen->DestroyWindow;
377 pScreen->DestroyWindow = compDestroyWindow;
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwindowsgl.c114 DestroyWindow(hwnd);
175 DestroyWindow(hwnd);
331 DestroyWindow(hwnd);
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwindowsgl.c114 DestroyWindow(hwnd);
175 DestroyWindow(hwnd);
331 DestroyWindow(hwnd);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c125 DestroyWindow(hWnd);

Completed in 23 milliseconds

12345