HomeSort by: relevance | last modified time | path
    Searched refs:rotate_pixmap (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_crtc.c 288 crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data)
292 if (rotate_pixmap == NULL)
295 pScreen = rotate_pixmap->drawable.pScreen;
296 pScreen->DestroyPixmap(rotate_pixmap);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c 681 PixmapPtr rotate_pixmap; local
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)
710 if (rotate_pixmap)
711 FreeScratchPixmapHeader(rotate_pixmap);
drmmode_display.c 557 PixmapPtr rotate_pixmap; local
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)
584 if (rotate_pixmap)
585 drmmode_destroy_bo_pixmap(rotate_pixmap);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 507 PixmapPtr rotate_pixmap; local
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)
545 if (rotate_pixmap) {
546 i830_set_pixmap_bo(rotate_pixmap, NULL);
547 FreeScratchPixmapHeader(rotate_pixmap);
i830_display.c 1942 PixmapPtr rotate_pixmap; local
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)
1971 if (rotate_pixmap) {
1972 i830_set_pixmap_bo(rotate_pixmap, NULL);
1973 FreeScratchPixmapHeader(rotate_pixmap);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 66 PixmapPtr rotate_pixmap; member in struct:__anon9068
557 PixmapPtr rotate_pixmap; local
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)
577 if (rotate_pixmap)
578 FreeScratchPixmapHeader(rotate_pixmap);
584 drmmode_crtc->rotate_pixmap = NULL
    [all...]
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 1013 PixmapPtr rotate_pixmap; local
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)
1044 if (rotate_pixmap) FreeScratchPixmapHeader(rotate_pixmap);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 584 PixmapPtr rotate_pixmap; local
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)
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/
intel_display.c 584 PixmapPtr rotate_pixmap; local
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)
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/
drmmode_display.c 2004 PixmapPtr rotate_pixmap; local
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)
2049 if (rotate_pixmap) {
2050 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap);
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_display.c 3935 iga1_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data)
4345 iga2_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data)
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.c 1751 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c 1325 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data)

Completed in 58 milliseconds