Searched refs:back_pixmap (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c541 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
568 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
571 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
575 back_pixmap->drawable.bitsPerPixel)
578 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_dri.c838 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
840 struct intel_uxa_pixmap *back_intel = intel_uxa_get_pixmap_private(back_pixmap);
857 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
860 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
865 if (front_pixmap->drawable.depth != back_pixmap->drawable.depth)
868 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c848 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
850 struct intel_uxa_pixmap *back_intel = intel_uxa_get_pixmap_private(back_pixmap);
867 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
870 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
875 if (front_pixmap->drawable.depth != back_pixmap->drawable.depth)
878 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.h52 uint32_t back_pixmap; member in struct:__anonc7e5e04d0108
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c577 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
584 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
587 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
591 back_pixmap->drawable.bitsPerPixel)
594 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri2.c711 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
726 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
729 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
732 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
735 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c678 PixmapPtr back_pixmap = back_priv->pixmap; local in function:can_exchange
685 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
688 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
691 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
694 if (front_pixmap->devKind != back_pixmap->devKind)

Completed in 17 milliseconds