OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyWindow
(Results
1 - 25
of
105
) sorted by relevancy
1
2
3
4
5
/xsrc/external/mit/libX11/dist/src/
DestWind.c
40
GetResReq(
DestroyWindow
, w, req);
/xsrc/external/mit/xorg-server/dist/present/
present_screen.c
114
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/
windialogs.c
249
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);
winscrinit.c
381
WRAP(
DestroyWindow
);
390
pScreen->
DestroyWindow
= winDestroyWindowRootless;
414
WRAP(
DestroyWindow
);
429
pScreen->
DestroyWindow
= winDestroyWindowMultiWindow;
winwindow.c
93
WIN_UNWRAP(
DestroyWindow
);
94
fResult = (*pScreen->
DestroyWindow
) (pWin);
95
WIN_WRAP(
DestroyWindow
, winDestroyWindowRootless);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
windialogs.c
279
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);
winwindow.c
93
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);
winscrinit.c
472
WRAP(
DestroyWindow
);
481
pScreen->
DestroyWindow
= winDestroyWindowRootless;
508
WRAP(
DestroyWindow
);
522
pScreen->
DestroyWindow
= winDestroyWindowMultiWindow;
698
pScreen->
DestroyWindow
= winDestroyWindowNativeGDI;
/xsrc/external/mit/xorg-server/dist/dbe/
dbestruct.h
175
* DbeExtensionInit wraps
DestroyWindow
().
178
DestroyWindowProcPtr
DestroyWindow
;
dbe.c
83
/* 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
= pScreen->DestroyWindow
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvpriv.h
40
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server/dist/miext/damage/
damagestr.h
68
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server.old/dist/dbe/
dbestruct.h
172
* DbeExtensionInit wraps
DestroyWindow
().
175
DestroyWindowProcPtr
DestroyWindow
;
dbe.c
88
/* 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
= pScreen->DestroyWindow
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xvpriv.h
40
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
dialog.cc
70
DestroyWindow
(hwndDlg);
/xsrc/external/mit/xorg-server/dist/dri3/
dri3_priv.h
47
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dristruct.h
93
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dristruct.h
97
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
damagestr.h
72
DestroyWindowProcPtr
DestroyWindow
;
/xsrc/external/mit/xorg-server/dist/composite/
compinit.c
75
pScreen->
DestroyWindow
= cs->
DestroyWindow
;
376
cs->
DestroyWindow
= pScreen->
DestroyWindow
;
377
pScreen->
DestroyWindow
= compDestroyWindow;
/xsrc/external/mit/xorg-server.old/dist/composite/
compinit.c
75
pScreen->
DestroyWindow
= cs->
DestroyWindow
;
366
cs->
DestroyWindow
= pScreen->
DestroyWindow
;
367
pScreen->
DestroyWindow
= compDestroyWindow;
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
windowsgl.c
114
DestroyWindow
(hwnd);
175
DestroyWindow
(hwnd);
331
DestroyWindow
(hwnd);
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
windowsgl.c
114
DestroyWindow
(hwnd);
175
DestroyWindow
(hwnd);
331
DestroyWindow
(hwnd);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
graw_gdi.c
125
DestroyWindow
(hWnd);
Completed in 34 milliseconds
1
2
3
4
5
Indexes created Thu Jul 02 00:25:40 UTC 2026