Home
last modified time | relevance | path

Searched refs:CopyPlane (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h131 RegionPtr (*CopyPlane) (DrawablePtr /*pSrcDrawable */ , member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c261 (*scratch_gc->ops->CopyPlane)(&bitmap->drawable, in glamor_get_stipple_pixmap()
H A Dglamor_core.c146 .CopyPlane = glamor_copy_plane,
H A Dglamor_composite_glyphs.c102 (*scratch_gc->ops->CopyPlane)(glyph_draw, in glamor_copy_glyph()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty, in DRICopyPlane()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c235 ret = pGC->ops->CopyPlane(pSrc, pDst, pGC, srcx, srcy, w, h, dstx, dsty, in ExaCheckCopyPlane()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c691 ret = (*pGC->ops->CopyPlane) (pSrc, pDst, pGC, srcx, srcy, in VGAarbiterCopyPlane()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt492 R063 X11:CopyPlane
H A Ddispatch.c1768 (*pGC->ops->CopyPlane) (psrcDraw, pdstDraw, pGC, stuff->srcX, in ProcCopyPlane()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c511 (void) (*pGC->ops->CopyPlane) (&pPixmap->drawable, dst, pGC, 0, 0, in doShmPutImage()
H A DpanoramiXprocs.c1344 pRgn = (*pGC->ops->CopyPlane) (psrcDraw, pdstDraw, pGC, in PanoramiXCopyPlane()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c600 result = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, in RootlessCopyPlane()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c808 ret = (*pGC->ops->CopyPlane) (pSrc, pDst, in damageCopyPlane()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20444 glamor: Fall back to software for CopyPlane if we need to
21880 This can significantly speed up at least some CopyPlane cases, e.g.
33946 v3: Use CopyPlane to a temp pixmap for the upload
49000 We had regressions in CopyPlane reported by xts5, because we were
144178 Fix a longstanding XAA CopyPlane bug.
165133 Call miHandleExposures() in CopyArea/CopyPlane explicitly in cw to