/external/skia/src/gpu/ |
D | GrSurfaceFillContext.cpp | 113 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()
|
D | GrSurfaceContext.h | 46 GrSurfaceProxyView readView, 75 GrSurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
|
D | GrSurfaceContext.cpp | 37 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()
|
D | GrSurfaceFillContext.h | 44 GrSurfaceProxyView readView,
|
D | GrSurfaceDrawContext.cpp | 113 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()
|
D | GrSurfaceDrawContext.h | 140 GrSurfaceProxyView readView,
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 90 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/ |
D | SkDeferredDisplayListRecorder.cpp | 191 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/ |
D | BackendAllocationTest.cpp | 283 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()
|
D | WrappedSurfaceCopyOnWriteTest.cpp | 153 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|