Searched refs:GrCopySurfaceOp (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrCopySurfaceOp.cpp | 66 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrRecordingContext* context, in Make() 86 return pool->allocate<GrCopySurfaceOp>(dstProxy, srcProxy, clippedSrcRect, clippedDstPoint); in Make() 89 void GrCopySurfaceOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrCopySurfaceOp.h | 16 class GrCopySurfaceOp final : public GrOp { 46 GrCopySurfaceOp(GrSurfaceProxy* dst, GrSurfaceProxy* src, in GrCopySurfaceOp() function
|
/external/skqp/src/gpu/ops/ |
D | GrCopySurfaceOp.cpp | 66 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrContext* context, in Make() 86 return pool->allocate<GrCopySurfaceOp>(dstProxy, srcProxy, clippedSrcRect, clippedDstPoint); in Make() 89 void GrCopySurfaceOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrCopySurfaceOp.h | 14 class GrCopySurfaceOp final : public GrOp { 44 GrCopySurfaceOp(GrSurfaceProxy* dst, GrSurfaceProxy* src, in GrCopySurfaceOp() function
|
/external/skia/src/gpu/ |
D | GrTextureOpList.cpp | 148 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(context, dst, src, srcRect, dstPoint); in copySurface()
|
D | GrRenderTargetOpList.cpp | 587 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(context, dst, src, srcRect, dstPoint); in copySurface()
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.cpp | 146 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(context, dst, src, srcRect, dstPoint); in copySurface()
|
D | GrRenderTargetOpList.cpp | 583 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(context, dst, src, srcRect, dstPoint); in copySurface()
|
/external/skqp/gn/ |
D | gpu.gni | 257 "$_src/gpu/ops/GrCopySurfaceOp.cpp", 258 "$_src/gpu/ops/GrCopySurfaceOp.h",
|
/external/skia/gn/ |
D | gpu.gni | 264 "$_src/gpu/ops/GrCopySurfaceOp.cpp", 265 "$_src/gpu/ops/GrCopySurfaceOp.h",
|
/external/skqp/ |
D | Android.bp | 989 "src/gpu/ops/GrCopySurfaceOp.cpp",
|
/external/skia/ |
D | Android.bp | 760 "src/gpu/ops/GrCopySurfaceOp.cpp",
|