/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.cpp | 69 std::unique_ptr<skgpu::SurfaceContext> GrRecordingContextPriv::makeSC(GrSurfaceProxyView readView, in makeSC() argument 79 GrSurfaceProxy* proxy = readView.proxy(); in makeSC() 91 GrSurfaceProxyView writeView(readView.refProxy(), readView.origin(), writeSwizzle); in makeSC() 95 std::move(readView), in makeSC() 102 std::move(readView), in makeSC() 108 std::move(readView), in makeSC() 190 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in makeSFC() 194 std::move(readView), in makeSFC() 250 GrSurfaceProxyView readView( prox in makeSFC() [all...] |
H A D | SurfaceFillContext.h | 106 GrSurfaceProxyView readView, in SurfaceFillContext() 109 : SurfaceContext(rContext, std::move(readView), colorInfo) in SurfaceFillContext() 105 SurfaceFillContext(GrRecordingContext* rContext, GrSurfaceProxyView readView, GrSurfaceProxyView writeView, const GrColorInfo& colorInfo) SurfaceFillContext() argument
|
H A D | GrDynamicAtlas.h | 60 GrSurfaceProxyView readView(const GrCaps&) const;
|
H A D | SurfaceContext.h | 56 SurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
|
H A D | GrRecordingContextPriv.h | 133 std::unique_ptr<skgpu::SurfaceContext> makeSC(GrSurfaceProxyView readView,
|
H A D | GrDynamicAtlas.cpp | 121 GrSurfaceProxyView GrDynamicAtlas::readView(const GrCaps& caps) const { in readView() function in GrDynamicAtlas
|
H A D | SurfaceContext.cpp | 40 GrSurfaceProxyView readView, in SurfaceContext() 42 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in SurfaceContext() 39 SurfaceContext(GrRecordingContext* context, GrSurfaceProxyView readView, const GrColorInfo& info) SurfaceContext() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.h | 34 GrSurfaceProxyView readView(const GrCaps& caps) const { return fDynamicAtlas->readView(caps); } in readView() function in skgpu::v1::AtlasRenderTask
|
H A D | AtlasPathRenderer.cpp | 318 fAtlasRenderTasks.back()->readView(caps), in onDrawPath() 384 GrSurfaceProxyView atlasView = fAtlasRenderTasks.back()->readView(*sdc->caps()); in makeAtlasClipEffect()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 41 GrSurfaceProxyView readView, in SurfaceFillContext() 46 std::move(readView), in SurfaceFillContext() 40 SurfaceFillContext(GrRecordingContext* rContext, GrSurfaceProxyView readView, GrSurfaceProxyView writeView, const GrColorInfo& colorInfo, bool flushTimeOpsTask) SurfaceFillContext() argument
|
H A D | SurfaceFillContext_v1.h | 34 GrSurfaceProxyView readView,
|
H A D | SurfaceDrawContext.cpp | 143 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() 147 std::move(readView), in Make() 190 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() 194 std::move(readView), in Make() 290 GrSurfaceProxyView readView, in SurfaceDrawContext() 297 std::move(readView), in SurfaceDrawContext() 289 SurfaceDrawContext(GrRecordingContext* rContext, GrSurfaceProxyView readView, GrSurfaceProxyView writeView, GrColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& surfaceProps, bool flushTimeOpsTask) SurfaceDrawContext() argument
|
H A D | SurfaceDrawContext_v1.h | 133 GrSurfaceProxyView readView,
|
/third_party/skia/tests/ |
H A D | WrappedSurfaceCopyOnWriteTest.cpp | 150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | BackendAllocationTest.cpp | 284 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_base_readbacks() 286 auto surfaceContext = dContext->priv().makeSC(readView, info); in check_base_readbacks() 399 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_mipmaps() 409 auto fp = GrTextureEffect::Make(readView, in check_mipmaps()
|