Searched refs:CopyPlane (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 131 RegionPtr (*CopyPlane) (DrawablePtr /*pSrcDrawable */ , member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.c | 261 (*scratch_gc->ops->CopyPlane)(&bitmap->drawable, in glamor_get_stipple_pixmap()
|
| H A D | glamor_core.c | 146 .CopyPlane = glamor_copy_plane,
|
| H A D | glamor_composite_glyphs.c | 102 (*scratch_gc->ops->CopyPlane)(glyph_draw, in glamor_copy_glyph()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty, in DRICopyPlane()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 235 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 D | xf86VGAarbiter.c | 691 ret = (*pGC->ops->CopyPlane) (pSrc, pDst, pGC, srcx, srcy, in VGAarbiterCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 492 R063 X11:CopyPlane
|
| H A D | dispatch.c | 1768 (*pGC->ops->CopyPlane) (psrcDraw, pdstDraw, pGC, stuff->srcX, in ProcCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 511 (void) (*pGC->ops->CopyPlane) (&pPixmap->drawable, dst, pGC, 0, 0, in doShmPutImage()
|
| H A D | panoramiXprocs.c | 1344 pRgn = (*pGC->ops->CopyPlane) (psrcDraw, pdstDraw, pGC, in PanoramiXCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 600 result = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, in RootlessCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 808 ret = (*pGC->ops->CopyPlane) (pSrc, pDst, in damageCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 20444 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
|