OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyPixmap
(Results
1 - 25
of
190
) sorted by relevancy
1
2
3
4
5
6
7
8
/xsrc/external/mit/xorg-server/dist/exa/
exa_classic.c
101
swap(pExaScr, pScreen,
DestroyPixmap
);
102
pScreen->
DestroyPixmap
(pPixmap);
103
swap(pExaScr, pScreen,
DestroyPixmap
);
113
swap(pExaScr, pScreen,
DestroyPixmap
);
114
pScreen->
DestroyPixmap
(pPixmap);
115
swap(pExaScr, pScreen,
DestroyPixmap
);
238
swap(pExaScr, pScreen,
DestroyPixmap
);
239
ret = pScreen->
DestroyPixmap
(pPixmap);
240
swap(pExaScr, pScreen,
DestroyPixmap
);
exa_driver.c
103
swap(pExaScr, pScreen,
DestroyPixmap
);
104
pScreen->
DestroyPixmap
(pPixmap);
105
swap(pExaScr, pScreen,
DestroyPixmap
);
204
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
208
swap(pExaScr, pScreen,
DestroyPixmap
);
209
ret = pScreen->
DestroyPixmap
(pPixmap);
210
swap(pExaScr, pScreen,
DestroyPixmap
);
exa_mixed.c
149
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
261
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
271
swap(pExaScr, pScreen,
DestroyPixmap
);
272
ret = pScreen->
DestroyPixmap
(pPixmap);
273
swap(pExaScr, pScreen,
DestroyPixmap
);
/xsrc/external/mit/xorg-server.old/dist/exa/
exa_classic.c
100
swap(pExaScr, pScreen,
DestroyPixmap
);
101
pScreen->
DestroyPixmap
(pPixmap);
102
swap(pExaScr, pScreen,
DestroyPixmap
);
112
swap(pExaScr, pScreen,
DestroyPixmap
);
113
pScreen->
DestroyPixmap
(pPixmap);
114
swap(pExaScr, pScreen,
DestroyPixmap
);
242
swap(pExaScr, pScreen,
DestroyPixmap
);
243
ret = pScreen->
DestroyPixmap
(pPixmap);
244
swap(pExaScr, pScreen,
DestroyPixmap
);
exa_driver.c
98
swap(pExaScr, pScreen,
DestroyPixmap
);
99
pScreen->
DestroyPixmap
(pPixmap);
100
swap(pExaScr, pScreen,
DestroyPixmap
);
201
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
205
swap(pExaScr, pScreen,
DestroyPixmap
);
206
ret = pScreen->
DestroyPixmap
(pPixmap);
207
swap(pExaScr, pScreen,
DestroyPixmap
);
exa_mixed.c
147
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
258
pExaScr->info->
DestroyPixmap
(pScreen, pExaPixmap->driverPriv);
268
swap(pExaScr, pScreen,
DestroyPixmap
);
269
ret = pScreen->
DestroyPixmap
(pPixmap);
270
swap(pExaScr, pScreen,
DestroyPixmap
);
/xsrc/external/mit/xorg-server.old/dist/dix/
pixmap.c
68
(*pScreen->
DestroyPixmap
)(pPixmap);
84
(*pScreen->
DestroyPixmap
)(pPixmap);
glyphcurs.c
105
(*pScreen->
DestroyPixmap
)(ppix);
135
(*pScreen->
DestroyPixmap
)(ppix);
/xsrc/external/mit/xf86-video-vmware/dist/saa/
saa_pixmap.c
106
saa_swap(sscreen, pScreen,
DestroyPixmap
);
107
pScreen->
DestroyPixmap
(pPixmap);
108
saa_swap(sscreen, pScreen,
DestroyPixmap
);
141
saa_swap(sscreen, pScreen,
DestroyPixmap
);
142
ret = pScreen->
DestroyPixmap
(pPixmap);
143
saa_swap(sscreen, pScreen,
DestroyPixmap
);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaInit.c
160
pScreenPriv->
DestroyPixmap
= pScreen->
DestroyPixmap
;
161
pScreen->
DestroyPixmap
= XAADestroyPixmap;
227
pScreen->
DestroyPixmap
= pScreenPriv->
DestroyPixmap
;
299
DestroyPixmapProcPtr
destroyPixmap
;
308
destroyPixmap
= pScreen->
DestroyPixmap
;
309
XAA_SCREEN_PROLOGUE (pScreen,
DestroyPixmap
);
310
(*pScreen->
DestroyPixmap
) (pPix)
[
all
...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_glamor.c
190
screen->
DestroyPixmap
= info->glamor.SavedDestroyPixmap;
191
ret = screen->
DestroyPixmap
(pixmap);
192
info->glamor.SavedDestroyPixmap = screen->
DestroyPixmap
;
193
screen->
DestroyPixmap
= amdgpu_glamor_destroy_pixmap;
349
screen->
DestroyPixmap
(pixmap);
483
info->glamor.SavedDestroyPixmap = screen->
DestroyPixmap
;
484
screen->
DestroyPixmap
= amdgpu_glamor_destroy_pixmap;
530
screen->
DestroyPixmap
= info->glamor.SavedDestroyPixmap;
amdgpu_pixmap.c
110
screen->
DestroyPixmap
= amdgpu_pixmap_destroy;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_glamor.c
225
screen->
DestroyPixmap
= info->glamor.SavedDestroyPixmap;
226
ret = screen->
DestroyPixmap
(pixmap);
227
info->glamor.SavedDestroyPixmap = screen->
DestroyPixmap
;
228
screen->
DestroyPixmap
= radeon_glamor_destroy_pixmap;
371
screen->
DestroyPixmap
(pixmap);
496
info->glamor.SavedDestroyPixmap = screen->
DestroyPixmap
;
497
screen->
DestroyPixmap
= radeon_glamor_destroy_pixmap;
517
screen->
DestroyPixmap
= info->glamor.SavedDestroyPixmap;
/xsrc/external/mit/xorg-server/dist/miext/damage/
damagestr.h
66
DestroyPixmapProcPtr
DestroyPixmap
;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpixmap.c
161
DMX_UNWRAP(
DestroyPixmap
, dmxScreen, pScreen);
180
if (pScreen->
DestroyPixmap
)
181
ret = pScreen->
DestroyPixmap
(pPixmap);
182
DMX_WRAP(
DestroyPixmap
, dmxDestroyPixmap, dmxScreen, pScreen);
/xsrc/external/mit/xorg-server/dist/dbe/
midbe.c
169
(*pScreen->
DestroyPixmap
) (pDbeWindowPriv->pFrontBuffer);
437
DestroyPixmap
) (pDbeWindowPriv->pFrontBuffer);
441
DestroyPixmap
) (pDbeWindowPriv->pBackBuffer);
596
(*pScreen->
DestroyPixmap
) (pFrontBuffer);
600
(*pScreen->
DestroyPixmap
) (pBackBuffer);
652
(*pScreen->
DestroyPixmap
) (pDbeWindowPriv->pFrontBuffer);
653
(*pScreen->
DestroyPixmap
) (pDbeWindowPriv->pBackBuffer);
/xsrc/external/mit/xorg-server.old/dist/dbe/
midbe.c
189
(*pScreen->
DestroyPixmap
)(pDbeWindowPrivPriv->pFrontBuffer);
487
(*pDbeWindowPriv->pWindow->drawable.pScreen->
DestroyPixmap
)(
492
(*pDbeWindowPriv->pWindow->drawable.pScreen->
DestroyPixmap
)(
662
(*pScreen->
DestroyPixmap
)(pFrontBuffer);
667
(*pScreen->
DestroyPixmap
)(pBackBuffer);
728
(*pScreen->
DestroyPixmap
)(pDbeWindowPrivPriv->pFrontBuffer);
729
(*pScreen->
DestroyPixmap
)(pDbeWindowPrivPriv->pBackBuffer);
/xsrc/external/mit/xorg-server/dist/mi/
midispcur.c
123
(*pScreen->
DestroyPixmap
)(pScreenPriv->sourceBits);
127
(*pScreen->
DestroyPixmap
)(pScreenPriv->maskBits);
206
(*pScreen->
DestroyPixmap
) (pPixmap);
217
(*pScreen->
DestroyPixmap
) (pPixmap);
233
(*pScreen->
DestroyPixmap
) (sourceBits);
241
(*pScreen->
DestroyPixmap
) (sourceBits);
242
(*pScreen->
DestroyPixmap
) (maskBits);
399
(*pScreen->
DestroyPixmap
) (pSave);
517
(*pScreen->
DestroyPixmap
) (pBuffer->pSave);
miglblt.c
123
(*pDrawable->pScreen->
DestroyPixmap
) (pPixmap);
137
(*pDrawable->pScreen->
DestroyPixmap
) (pPixmap);
179
(*pDrawable->pScreen->
DestroyPixmap
) (pPixmap);
/xsrc/external/mit/xorg-server/dist/dix/
glyphcurs.c
100
(*pScreen->
DestroyPixmap
) (ppix);
130
(*pScreen->
DestroyPixmap
) (ppix);
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
damagestr.h
70
DestroyPixmapProcPtr
DestroyPixmap
;
/xsrc/external/mit/xorg-server.old/dist/mi/
migc.c
51
(*pGC->pScreen->
DestroyPixmap
) (pGC->pRotatedPixmap);
63
(*pGC->pScreen->
DestroyPixmap
) ((PixmapPtr) (pGC->clientClip));
86
(*pGC->pScreen->
DestroyPixmap
) (pvalue);
miglblt.c
133
(*pDrawable->pScreen->
DestroyPixmap
)(pPixmap);
147
(*pDrawable->pScreen->
DestroyPixmap
)(pPixmap);
192
(*pDrawable->pScreen->
DestroyPixmap
)(pPixmap);
midispcur.c
224
(*pScreen->
DestroyPixmap
) (pPixmap);
236
(*pScreen->
DestroyPixmap
) (pPixmap);
256
(*pScreen->
DestroyPixmap
) (pPriv->sourceBits);
309
(*pScreen->
DestroyPixmap
) (pPriv->sourceBits);
311
(*pScreen->
DestroyPixmap
) (pPriv->maskBits);
457
(*pScreen->
DestroyPixmap
) (pSave);
577
if (pBuffer->pSave) (*pScreen->
DestroyPixmap
)(pBuffer->pSave);
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_egl.c
347
screen->
DestroyPixmap
(exported);
368
screen->
DestroyPixmap
(exported);
633
screen->
DestroyPixmap
(pixmap);
655
screen->
DestroyPixmap
(pixmap);
776
screen->
DestroyPixmap
= glamor_egl->saved_destroy_pixmap;
777
ret = screen->
DestroyPixmap
(pixmap);
778
glamor_egl->saved_destroy_pixmap = screen->
DestroyPixmap
;
779
screen->
DestroyPixmap
= glamor_egl_destroy_pixmap;
904
glamor_egl->saved_destroy_pixmap = screen->
DestroyPixmap
;
905
screen->
DestroyPixmap
= glamor_egl_destroy_pixmap
[
all
...]
Completed in 22 milliseconds
1
2
3
4
5
6
7
8
Indexes created Thu Jul 02 00:25:40 UTC 2026