/third_party/skia/src/gpu/ |
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() local 194 std::move(readView), in makeSFC() 250 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in makeSFC() local 254 std::move(readView), in makeSFC() [all …]
|
D | SurfaceFillContext.h | 106 GrSurfaceProxyView readView, in SurfaceFillContext() argument 109 : SurfaceContext(rContext, std::move(readView), colorInfo) in SurfaceFillContext()
|
D | GrDynamicAtlas.h | 60 GrSurfaceProxyView readView(const GrCaps&) const;
|
D | GrRecordingContextPriv.h | 133 std::unique_ptr<skgpu::SurfaceContext> makeSC(GrSurfaceProxyView readView,
|
D | SurfaceContext.h | 56 SurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
|
D | GrDynamicAtlas.cpp | 121 GrSurfaceProxyView GrDynamicAtlas::readView(const GrCaps& caps) const { in readView() function in GrDynamicAtlas
|
D | SurfaceContext.cpp | 40 GrSurfaceProxyView readView, in SurfaceContext() argument 42 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in SurfaceContext()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasRenderTask.h | 34 GrSurfaceProxyView readView(const GrCaps& caps) const { return fDynamicAtlas->readView(caps); } in readView() function
|
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/ |
D | SurfaceFillContext_v1.cpp | 41 GrSurfaceProxyView readView, in SurfaceFillContext() argument 46 std::move(readView), in SurfaceFillContext()
|
D | SurfaceFillContext_v1.h | 34 GrSurfaceProxyView readView,
|
D | SurfaceDrawContext.cpp | 141 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()
|
D | SurfaceDrawContext_v1.h | 132 GrSurfaceProxyView readView,
|
/third_party/skia/tests/ |
D | BackendAllocationTest.cpp | 284 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()
|
D | WrappedSurfaceCopyOnWriteTest.cpp | 150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|