Searched refs:PushPixels (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h258 void (* PushPixels)( member in struct:_GCOps
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h229 void (*PushPixels) (GCPtr /*pGC */ , member in struct:_GCOps
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c95 pGC->ops->PushPixels = infoRec->PushPixelsSolid;
97 pGC->ops->PushPixels = XAAFallbackOps.PushPixels;
H A DxaaFallback.c331 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);
H A DxaaGC.c637 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c81 use the bitmap in a call to PushPixels
185 (*pGC->ops->PushPixels)(pGC, pPixmap, pDrawable,
H A Dmidispcur.c357 (*sourceGC->ops->PushPixels) (sourceGC, pPriv->sourceBits, pDrawable, w, h, x, y);
377 (*maskGC->ops->PushPixels) (maskGC, pPriv->maskBits, pDrawable, w, h, x, y);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c80 use the bitmap in a call to PushPixels
172 (*pGC->ops->PushPixels) (pGC, pPixmap, pDrawable,
H A Dmidispcur.c314 (*sourceGC->ops->PushPixels) (sourceGC, pScreenPriv->sourceBits, pDrawable, w, h,
332 (*maskGC->ops->PushPixels) (maskGC, pScreenPriv->maskBits, pDrawable, w, h, x, y);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c134 .PushPixels = glamor_push_pixels,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DdriWrap.c463 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DdriWrap.c494 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw_ops.c473 (*pBackingGC->ops->PushPixels)(pBackingGC, pBitMap, pBackingDst, w, h,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c670 amdgpu_glamor_nodstbo_ops.PushPixels = amdgpu_glamor_push_pixels_nodstbo;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c662 radeon_glamor_nodstbo_ops.PushPixels = radeon_glamor_push_pixels_nodstbo;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c994 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c898 (*pGC->ops->PushPixels) (pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_unaccel.c363 pGC->ops->PushPixels (pGC, pBitmap, pDrawable, w, h, x, y);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_unaccel.c361 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y);
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_unaccel.c585 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y);
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c1447 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c1468 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c2452 pGC->ops->PushPixels = mfbPushPixels;
2454 pGC->ops->PushPixels = cfbPushPixels8;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c2452 pGC->ops->PushPixels = mfbPushPixels;
2454 pGC->ops->PushPixels = cfbPushPixels8;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c1660 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);

Completed in 31 milliseconds

12