skia2/src/image
Robert Phillips 294723d690 Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc
This is almost purely a query/replace CL (% the #include juggling).
The VisitProxyFunc is used by more than just the Ops and will probably
still be required in the NGA.

This is a prelude to making all the remaining GrOp-derived classes OGA-only.

Bug: skia:11837
Change-Id: If1c127e5c126c676be529ed2a61dd7953abb03d0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/419162
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2021-06-17 17:23:35 +00:00
..
SkImage_Base.h Remove last usage of GrTextureAdjuster and delete it and parent class. 2021-04-30 18:09:38 +00:00
SkImage_Gpu.cpp Query AHB usage for renderable when importing into Skia. 2021-06-02 18:25:16 +00:00
SkImage_Gpu.h Consolidate on SkImage_Gpu constructor that takes SkColorInfo. 2021-04-21 14:19:27 +00:00
SkImage_GpuBase.cpp Remove last usage of GrTextureAdjuster and delete it and parent class. 2021-04-30 18:09:38 +00:00
SkImage_GpuBase.h Consolidate on SkImage_Gpu constructor that takes SkColorInfo. 2021-04-21 14:19:27 +00:00
SkImage_GpuYUVA.cpp Remove usage of GrImageInfo from SkBaseGpuDevice 2021-05-18 17:13:34 +00:00
SkImage_GpuYUVA.h Remove GrYUVAImageTextureMaker 2021-04-29 13:21:37 +00:00
SkImage_Lazy.cpp Remove last usage of GrTextureAdjuster and delete it and parent class. 2021-04-30 18:09:38 +00:00
SkImage_Lazy.h Remove unused class GrTextureMaker 2021-04-29 17:01:47 +00:00
SkImage_Raster.cpp Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc 2021-06-17 17:23:35 +00:00
SkImage.cpp Remove last usage of GrTextureAdjuster and delete it and parent class. 2021-04-30 18:09:38 +00:00
SkReadPixelsRec.h header self-sufficiency and idempotency 2019-06-26 19:12:43 +00:00
SkRescaleAndReadPixels.cpp Simplify common case of linear filtering with no mips 2021-01-15 16:47:16 +00:00
SkRescaleAndReadPixels.h Move to sampling for async-rescale routines 2021-01-05 15:46:51 +00:00
SkSurface_Base.h Pass sampling to surface.draw 2021-01-06 19:05:00 +00:00
SkSurface_Gpu.cpp Add option to switch between OGA and NGA SkGpuDevices 2021-06-07 15:23:40 +00:00
SkSurface_Gpu.h Make the SkGpuDevice factories return SkBaseGpuDevices 2021-06-04 14:13:13 +00:00
SkSurface_GpuMtl.mm Add option to switch between OGA and NGA SkGpuDevices 2021-06-07 15:23:40 +00:00
SkSurface_Raster.cpp Pass sampling to surface.draw 2021-01-06 19:05:00 +00:00
SkSurface.cpp If no sampling is passed, assume NN for surface.draw 2021-03-20 21:48:16 +00:00