Home
last modified time | relevance | path

Searched defs:CopySurface (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTargetCommands.h206 struct CopySurface : public Cmd { struct
207 CopySurface(GrSurface* dst, GrSurface* src) in CopySurface() argument
213 GrSurface* dst() const { return fDst.get(); } in dst()
214 GrSurface* src() const { return fSrc.get(); } in src()
218 SkIPoint fDstPoint;
219 SkIRect fSrcRect;
223 GrPendingIOResource<GrSurface, kRead_GrIOType> fSrc;
DGrCommandBuilder.h69 typedef GrTargetCommands::CopySurface CopySurface; typedef