/external/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 | 108 GrSurfaceProxyView readView, in SurfaceFillContext() argument 111 : SurfaceContext(rContext, std::move(readView), colorInfo) in SurfaceFillContext()
|
D | GrDynamicAtlas.h | 60 GrSurfaceProxyView readView(const GrCaps&) const;
|
D | SurfaceContext.h | 55 SurfaceContext(GrRecordingContext*, GrSurfaceProxyView readView, const GrColorInfo&);
|
D | GrRecordingContextPriv.h | 135 std::unique_ptr<skgpu::SurfaceContext> makeSC(GrSurfaceProxyView readView,
|
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()
|
/external/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()
|
/external/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 42 GrSurfaceProxyView readView, in SurfaceFillContext() argument 47 std::move(readView), in SurfaceFillContext()
|
D | SurfaceFillContext_v1.h | 34 GrSurfaceProxyView readView,
|
D | SurfaceDrawContext.cpp | 143 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local 147 std::move(readView), in Make() 190 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make() local 194 std::move(readView), in Make() 290 GrSurfaceProxyView readView, in SurfaceDrawContext() argument 297 std::move(readView), in SurfaceDrawContext()
|
D | SurfaceDrawContext_v1.h | 132 GrSurfaceProxyView readView,
|
/external/v4l2_codec2/components/ |
D | V4L2Encoder.cpp | 929 C2ReadView readView = constBlock.map().get(); in dequeueOutputBuffer() local 930 extractSPSPPS(readView.data(), encodedDataSize, &mCachedSPS, &mCachedPPS); in dequeueOutputBuffer() 939 C2ReadView readView = constBlock.map().get(); in dequeueOutputBuffer() local 952 size_t newSize = prependSPSPPSToIDR(readView.data(), encodedDataSize, writeView.data(), in dequeueOutputBuffer()
|
/external/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() 400 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle); in check_mipmaps() local 410 auto fp = GrTextureEffect::Make(readView, in check_mipmaps()
|
D | WrappedSurfaceCopyOnWriteTest.cpp | 150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|