Searched refs:CopyPlane (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/xgc/dist/
H A Dconstants.h28 #define CopyPlane 1 macro
H A Dmain.c97 {"Copy Plane", "CopyPlane", CopyPlane},
H A Dtests.c592 case CopyPlane: copyplane_test(); break;
H A Dlex.c1113 { yylval.num = CopyPlane;
/xsrc/external/mit/libX11/dist/src/
H A DCopyPlane.c51 GetReq(CopyPlane, req);
H A DMakefile.am90 CopyPlane.c \
H A DMakefile.in163 Context.c ConvSel.c CopyArea.c CopyCmap.c CopyGC.c CopyPlane.c \
216 CopyCmap.lo CopyGC.lo CopyPlane.lo CrBFData.lo CrCmap.lo \
301 ./$(DEPDIR)/CopyPlane.Plo ./$(DEPDIR)/CrBFData.Plo \
749 Context.c ConvSel.c CopyArea.c CopyCmap.c CopyGC.c CopyPlane.c \
958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CopyPlane.Plo@am__quote@ # am--include-marker
1501 -rm -f ./$(DEPDIR)/CopyPlane.Plo
1808 -rm -f ./$(DEPDIR)/CopyPlane.Plo
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h145 RegionPtr (* CopyPlane)( member in struct:_GCOps
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h131 RegionPtr (*CopyPlane) (DrawablePtr /*pSrcDrawable */ , member in struct:_GCOps
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c67 if(infoRec->CopyPlane &&
73 pGC->ops->CopyPlane = infoRec->CopyPlane;
75 pGC->ops->CopyPlane = XAAFallbackOps.CopyPlane;
H A DxaaOverlayDF.c107 RegionPtr (*CopyPlane)(DrawablePtr, DrawablePtr, GCPtr, member in struct:__anoncd26d3de0108
204 pOverPriv->CopyPlane = infoRec->CopyPlane;
242 if(infoRec->CopyPlane)
243 infoRec->CopyPlane = XAAOverCopyPlane;
519 return (*pOverPriv->CopyPlane)(pSrc, pDst,
H A DxaaCpyPlane.c3 A CopyPlane function that handles bitmap->screen copies and
65 return (XAAFallbackOps.CopyPlane(pSrc, pDst, pGC, srcx, srcy,
H A DxaaFallback.c108 ret = (*pGC->ops->CopyPlane)(pSrc, pDst,
H A DxaaInitAccel.c1029 if(infoRec->CopyPlane) {
1030 XAAMSG("\tDriver provided GC level CopyPlane replacement\n");
1033 infoRec->CopyPlane = XAACopyPlaneColorExpansion;
1299 if(!infoRec->ValidateCopyPlane && infoRec->CopyPlane) {
H A DxaaStateChange.c141 RegionPtr (*CopyPlane)(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, member in struct:_XAAStateWrapRec
740 return (*pStatePriv->CopyPlane)(pSrc, pDst, pGC,
1552 XAA_STATE_WRAP(CopyPlane);
H A DxaaGC.c428 ret = (*pGC->ops->CopyPlane)(pSrc, pDst,
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transform.c261 (*scratch_gc->ops->CopyPlane)(&bitmap->drawable,
H A Dglamor_core.c119 .CopyPlane = glamor_copy_plane,
H A Dglamor_composite_glyphs.c102 (*scratch_gc->ops->CopyPlane)(glyph_draw,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DdriWrap.c212 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DdriWrap.c227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty,
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw_ops.c230 (*pBackingGC->ops->CopyPlane)(pBackingSrc, pBackingDst,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c663 amdgpu_glamor_nodstbo_ops.CopyPlane = amdgpu_glamor_copy_plane_nodstbo;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c655 radeon_glamor_nodstbo_ops.CopyPlane = radeon_glamor_copy_plane_nodstbo;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c743 ret = (*pGC->ops->CopyPlane)(pSrc, pDst, pGC, srcx, srcy,

Completed in 27 milliseconds

12