Searched refs:DestroyPixmap (Results 1 - 25 of 190) sorted by relevance

12345678

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_classic.c100 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);
H A Dexa_driver.c98 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);
H A Dexa_mixed.c147 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/dist/exa/
H A Dexa_classic.c101 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);
H A Dexa_driver.c103 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);
H A Dexa_mixed.c149 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/dix/
H A Dpixmap.c68 (*pScreen->DestroyPixmap)(pPixmap);
84 (*pScreen->DestroyPixmap)(pPixmap);
H A Dglyphcurs.c105 (*pScreen->DestroyPixmap)(ppix);
135 (*pScreen->DestroyPixmap)(ppix);
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_pixmap.c106 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/
H A DxaaInit.c160 pScreenPriv->DestroyPixmap = pScreen->DestroyPixmap;
161 pScreen->DestroyPixmap = XAADestroyPixmap;
227 pScreen->DestroyPixmap = pScreenPriv->DestroyPixmap;
308 destroyPixmap = pScreen->DestroyPixmap;
309 XAA_SCREEN_PROLOGUE (pScreen, DestroyPixmap);
310 (*pScreen->DestroyPixmap) (pPix);
311 XAA_SCREEN_EPILOGUE (pScreen, DestroyPixmap, destroyPixmap);
468 XAA_SCREEN_PROLOGUE (pScreen, DestroyPixmap);
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor.c190 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;
H A Damdgpu_pixmap.c110 screen->DestroyPixmap = amdgpu_pixmap_destroy;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor.c225 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.old/dist/hw/dmx/
H A Ddmxpixmap.c161 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/miext/damage/
H A Ddamagestr.h66 DestroyPixmapProcPtr DestroyPixmap; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Dmidbe.c189 (*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/dbe/
H A Dmidbe.c169 (*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/dist/mi/
H A Dmidispcur.c123 (*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);
H A Dmiglblt.c123 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);
137 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);
179 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c100 (*pScreen->DestroyPixmap) (ppix);
130 (*pScreen->DestroyPixmap) (ppix);
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamagestr.h70 DestroyPixmapProcPtr DestroyPixmap; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmigc.c51 (*pGC->pScreen->DestroyPixmap) (pGC->pRotatedPixmap);
63 (*pGC->pScreen->DestroyPixmap) ((PixmapPtr) (pGC->clientClip));
86 (*pGC->pScreen->DestroyPixmap) (pvalue);
H A Dmiglblt.c133 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);
147 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);
192 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);
H A Dmidispcur.c224 (*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/
H A Dglamor_egl.c347 screen->DestroyPixmap(exported);
368 screen->DestroyPixmap(exported);
597 screen->DestroyPixmap(pixmap);
619 screen->DestroyPixmap(pixmap);
739 screen->DestroyPixmap = glamor_egl->saved_destroy_pixmap;
740 ret = screen->DestroyPixmap(pixmap);
741 glamor_egl->saved_destroy_pixmap = screen->DestroyPixmap;
742 screen->DestroyPixmap = glamor_egl_destroy_pixmap;
867 glamor_egl->saved_destroy_pixmap = screen->DestroyPixmap;
868 screen->DestroyPixmap
[all...]

Completed in 21 milliseconds

12345678