| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_crtc.c | 288 crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 292 if (rotate_pixmap == NULL) 295 pScreen = rotate_pixmap->drawable.pScreen; 296 pScreen->DestroyPixmap(rotate_pixmap);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_crtc.c | 681 PixmapPtr rotate_pixmap; local in function:radeon_crtc_shadow_create 689 rotate_pixmap = GetScratchPixmapHeader(pScrn->pScreen, 696 if (rotate_pixmap == NULL) { 701 return rotate_pixmap; 705 radeon_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 710 if (rotate_pixmap) 711 FreeScratchPixmapHeader(rotate_pixmap);
|
| H A D | drmmode_display.c | 557 PixmapPtr rotate_pixmap; local in function:drmmode_crtc_shadow_create 564 rotate_pixmap = drmmode_create_bo_pixmap(pScrn, 570 if (rotate_pixmap == NULL) { 574 return rotate_pixmap; 579 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 584 if (rotate_pixmap) 585 drmmode_destroy_bo_pixmap(rotate_pixmap);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 507 PixmapPtr rotate_pixmap; local in function:drmmode_crtc_shadow_create 520 rotate_pixmap = GetScratchPixmapHeader(pScrn->pScreen, 527 if (rotate_pixmap == NULL) { 534 i830_set_pixmap_bo(rotate_pixmap, drmmode_crtc->rotate_bo); 536 return rotate_pixmap; 540 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 545 if (rotate_pixmap) { 546 i830_set_pixmap_bo(rotate_pixmap, NULL); 547 FreeScratchPixmapHeader(rotate_pixmap);
|
| H A D | i830_display.c | 1942 PixmapPtr rotate_pixmap; local in function:i830_crtc_shadow_create 1949 rotate_pixmap = GetScratchPixmapHeader(pScrn->pScreen, 1956 if (rotate_pixmap == NULL) { 1961 i830_set_pixmap_bo(rotate_pixmap, intel_crtc->rotate_mem->bo); 1962 return rotate_pixmap; 1966 i830_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 1971 if (rotate_pixmap) { 1972 i830_set_pixmap_bo(rotate_pixmap, NULL); 1973 FreeScratchPixmapHeader(rotate_pixmap);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | drmmode_display.c | 66 PixmapPtr rotate_pixmap; member in struct:__anon266131ed0208 557 PixmapPtr rotate_pixmap; local in function:drmmode_crtc_shadow_create 562 rotate_pixmap = drmmode_pixmap_wrap(pScrn->pScreen, width, height, 567 drmmode_crtc->rotate_pixmap = rotate_pixmap; 568 return drmmode_crtc->rotate_pixmap; 572 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 577 if (rotate_pixmap) 578 FreeScratchPixmapHeader(rotate_pixmap); 584 drmmode_crtc->rotate_pixmap [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_crtc.c | 1013 PixmapPtr rotate_pixmap; local in function:r128_crtc_shadow_create 1020 rotate_pixmap = GetScratchPixmapHeader(xf86ScrnToScreen(pScrn), 1027 if (rotate_pixmap == NULL) { 1033 return rotate_pixmap; 1036 static void r128_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 1044 if (rotate_pixmap) FreeScratchPixmapHeader(rotate_pixmap);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 584 PixmapPtr rotate_pixmap; local in function:intel_crtc_shadow_create 600 rotate_pixmap = intel_create_pixmap_header(scrn->pScreen, 607 if (rotate_pixmap == NULL) { 613 intel_set_pixmap_bo(rotate_pixmap, intel_crtc->rotate_bo); 617 return rotate_pixmap; 621 intel_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 628 if (rotate_pixmap) { 629 intel_set_pixmap_bo(rotate_pixmap, NULL); 630 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap); [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 584 PixmapPtr rotate_pixmap; local in function:intel_crtc_shadow_create 600 rotate_pixmap = intel_create_pixmap_header(scrn->pScreen, 607 if (rotate_pixmap == NULL) { 613 intel_set_pixmap_bo(rotate_pixmap, intel_crtc->rotate_bo); 617 return rotate_pixmap; 621 intel_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 628 if (rotate_pixmap) { 629 intel_set_pixmap_bo(rotate_pixmap, NULL); 630 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 2004 PixmapPtr rotate_pixmap; local in function:drmmode_shadow_create 2025 rotate_pixmap = drmmode_create_pixmap_header(scrn->pScreen, 2032 if (rotate_pixmap == NULL) { 2038 drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); 2040 return rotate_pixmap; 2044 drmmode_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 2049 if (rotate_pixmap) { 2050 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_display.c | 3935 iga1_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument 4345 iga2_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 1751 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, argument
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.c | 1325 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) argument
|