Home
last modified time | relevance | path

Searched refs:readView (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp69 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 DSurfaceFillContext.h106 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 DGrDynamicAtlas.h60 GrSurfaceProxyView readView(const GrCaps&) const;
H A DSurfaceContext.h56 SurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
H A DGrRecordingContextPriv.h133 std::unique_ptr<skgpu::SurfaceContext> makeSC(GrSurfaceProxyView readView,
H A DGrDynamicAtlas.cpp121 GrSurfaceProxyView GrDynamicAtlas::readView(const GrCaps& caps) const { in readView() function in GrDynamicAtlas
H A DSurfaceContext.cpp40 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 DAtlasRenderTask.h34 GrSurfaceProxyView readView(const GrCaps& caps) const { return fDynamicAtlas->readView(caps); } in readView() function in skgpu::v1::AtlasRenderTask
H A DAtlasPathRenderer.cpp318 fAtlasRenderTasks.back()->readView(caps), in onDrawPath()
384 GrSurfaceProxyView atlasView = fAtlasRenderTasks.back()->readView(*sdc->caps()); in makeAtlasClipEffect()
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp41 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 DSurfaceFillContext_v1.h34 GrSurfaceProxyView readView,
H A DSurfaceDrawContext.cpp143 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 DSurfaceDrawContext_v1.h133 GrSurfaceProxyView readView,
/third_party/skia/tests/
H A DWrappedSurfaceCopyOnWriteTest.cpp150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DBackendAllocationTest.cpp284 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()

Completed in 14 milliseconds