Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceFillContext.cpp113 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in Make() local
116 std::move(readView), in Make()
160 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in Make() local
163 std::move(readView), in Make()
243 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in MakeFromBackendTexture() local
247 std::move(readView), in MakeFromBackendTexture()
258 GrSurfaceProxyView readView, in GrSurfaceFillContext() argument
262 : GrSurfaceContext(context, std::move(readView), std::move(colorInfo)) in GrSurfaceFillContext()
DGrSurfaceContext.h46 GrSurfaceProxyView readView,
75 GrSurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
DGrSurfaceContext.cpp37 GrSurfaceProxyView readView, in Make() argument
46 GrSurfaceProxy* proxy = readView.proxy(); in Make()
58 GrSurfaceProxyView writeView(readView.refProxy(), readView.origin(), writeSwizzle); in Make()
61 std::move(readView), in Make()
68 std::move(readView), in Make()
73 surfaceContext = std::make_unique<GrSurfaceContext>(context, std::move(readView), info); in Make()
140 GrSurfaceProxyView readView, in GrSurfaceContext() argument
142 : fContext(context), fReadView(std::move(readView)), fColorInfo(info) { in GrSurfaceContext()
DGrSurfaceFillContext.h44 GrSurfaceProxyView readView,
DGrSurfaceDrawContext.cpp113 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local
117 std::move(readView), in Make()
160 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local
164 std::move(readView), in Make()
290 GrSurfaceProxyView readView, in GrSurfaceDrawContext() argument
297 std::move(readView), in GrSurfaceDrawContext()
DGrSurfaceDrawContext.h140 GrSurfaceProxyView readView,
/external/skia/src/image/
DSkSurface_GpuMtl.mm90 GrSurfaceProxyView readView(proxy, origin, readSwizzle);
93 auto rtc = std::make_unique<GrSurfaceDrawContext>(rContext, std::move(readView),
160 GrSurfaceProxyView readView(proxy, origin, readSwizzle);
163 auto rtc = std::make_unique<GrSurfaceDrawContext>(rContext, std::move(readView),
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp191 GrSurfaceProxyView readView(fTargetProxy, fCharacterization.origin(), readSwizzle); in init() local
194 auto rtc = std::make_unique<GrSurfaceDrawContext>(fContext.get(), std::move(readView), in init()
/external/skia/tests/
DBackendAllocationTest.cpp283 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_base_readbacks() local
285 auto surfaceContext = GrSurfaceContext::Make(dContext, readView, info); in check_base_readbacks()
398 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_mipmaps() local
408 auto fp = GrTextureEffect::Make(readView, in check_mipmaps()
DWrappedSurfaceCopyOnWriteTest.cpp153 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local