Home
last modified time | relevance | path

Searched refs:GrCopySurfaceOp (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
DGrCopySurfaceOp.cpp11 bool GrCopySurfaceOp::ClipSrcRectAndDstPoint(const GrSurface* dst, in ClipSrcRectAndDstPoint()
61 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in Make()
77 return std::unique_ptr<GrOp>(new GrCopySurfaceOp(dst, src, clippedSrcRect, clippedDstPoint)); in Make()
DGrCopySurfaceOp.h16 class GrCopySurfaceOp final : public GrOp {
47 GrCopySurfaceOp(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in GrCopySurfaceOp() function
/external/skia/src/gpu/
DGrTextureOpList.cpp83 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(dst, src, srcRect, dstPoint); in copySurface()
DGrRenderTargetOpList.cpp229 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(dst, src, srcRect, dstPoint); in copySurface()
/external/skia/gn/
Dgpu.gni247 "$_src/gpu/ops/GrCopySurfaceOp.cpp",
248 "$_src/gpu/ops/GrCopySurfaceOp.h",
/external/skia/
DAndroid.bp530 "src/gpu/ops/GrCopySurfaceOp.cpp",