OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:front_pixmap
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
dri2.c
540
PixmapPtr
front_pixmap
;
local
566
front_pixmap
= front_priv->pixmap;
568
if (
front_pixmap
->drawable.width != back_pixmap->drawable.width)
571
if (
front_pixmap
->drawable.height != back_pixmap->drawable.height)
574
if (
front_pixmap
->drawable.bitsPerPixel !=
578
if (
front_pixmap
->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_dri2.c
576
PixmapPtr
front_pixmap
;
local
582
front_pixmap
= front_priv->pixmap;
584
if (
front_pixmap
->drawable.width != back_pixmap->drawable.width)
587
if (
front_pixmap
->drawable.height != back_pixmap->drawable.height)
590
if (
front_pixmap
->drawable.bitsPerPixel !=
594
if (
front_pixmap
->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri2.c
710
PixmapPtr
front_pixmap
;
local
724
front_pixmap
= front_priv->pixmap;
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/
radeon_dri2.c
677
PixmapPtr
front_pixmap
;
local
683
front_pixmap
= front_priv->pixmap;
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)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_dri.c
837
PixmapPtr
front_pixmap
= front_priv->pixmap;
local
839
struct intel_uxa_pixmap *front_intel = intel_uxa_get_pixmap_private(
front_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/
intel_dri.c
847
PixmapPtr
front_pixmap
= front_priv->pixmap;
local
849
struct intel_uxa_pixmap *front_intel = intel_uxa_get_pixmap_private(
front_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)
Completed in 13 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026