Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
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() local
194 std::move(readView), in makeSFC()
250 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in makeSFC() local
254 std::move(readView), in makeSFC()
[all …]
DSurfaceFillContext.h106 GrSurfaceProxyView readView, in SurfaceFillContext() argument
109 : SurfaceContext(rContext, std::move(readView), colorInfo) in SurfaceFillContext()
DGrDynamicAtlas.h60 GrSurfaceProxyView readView(const GrCaps&) const;
DGrRecordingContextPriv.h133 std::unique_ptr<skgpu::SurfaceContext> makeSC(GrSurfaceProxyView readView,
DSurfaceContext.h56 SurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
DGrDynamicAtlas.cpp121 GrSurfaceProxyView GrDynamicAtlas::readView(const GrCaps& caps) const { in readView() function in GrDynamicAtlas
DSurfaceContext.cpp40 GrSurfaceProxyView readView, in SurfaceContext() argument
42 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in SurfaceContext()
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.h34 GrSurfaceProxyView readView(const GrCaps& caps) const { return fDynamicAtlas->readView(caps); } in readView() function
DAtlasPathRenderer.cpp318 fAtlasRenderTasks.back()->readView(caps), in onDrawPath()
384 GrSurfaceProxyView atlasView = fAtlasRenderTasks.back()->readView(*sdc->caps()); in makeAtlasClipEffect()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp41 GrSurfaceProxyView readView, in SurfaceFillContext() argument
46 std::move(readView), in SurfaceFillContext()
DSurfaceFillContext_v1.h34 GrSurfaceProxyView readView,
DSurfaceDrawContext.cpp141 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local
145 std::move(readView), in Make()
188 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local
192 std::move(readView), in Make()
288 GrSurfaceProxyView readView, in SurfaceDrawContext() argument
295 std::move(readView), in SurfaceDrawContext()
DSurfaceDrawContext_v1.h132 GrSurfaceProxyView readView,
/third_party/skia/tests/
DBackendAllocationTest.cpp284 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_base_readbacks() local
286 auto surfaceContext = dContext->priv().makeSC(readView, info); in check_base_readbacks()
399 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_mipmaps() local
409 auto fp = GrTextureEffect::Make(readView, in check_mipmaps()
DWrappedSurfaceCopyOnWriteTest.cpp150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local