Home
last modified time | relevance | path

Searched refs:GrMakeUncachedBitmapProxyView (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DGrImageUtils.cpp125 return GrMakeUncachedBitmapProxyView( in RasterAsView()
192 GrMakeUncachedBitmapProxyView(ctx, bitmap, skgpu::Mipmapped::kNo, fit); in texture_proxy_view_from_planes()
384 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, in LockTextureProxyView()
779 view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext.get(), data)); in getCachedBitmap()
H A DSkImage_GaneshFactories.cpp412 auto [view, ct] = GrMakeUncachedBitmapProxyView(dContext, bmp, mipmapped); in CrossContextTextureFromPixmap()
570 std::tie(views[i], std::ignore) = GrMakeUncachedBitmapProxyView(context, bmp, buildMips); in TextureFromYUVAPixmaps()
/aosp_15_r20/external/skia/tests/
H A DProcessorTest.cpp343 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init()
368 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init()
440 return std::get<0>(GrMakeUncachedBitmapProxyView(context, bitmap)); in make_input_texture()
H A DSpecialImageTest.cpp187 auto [view, ct] = GrMakeUncachedBitmapProxyView(context, bm); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
H A DImageFilterCacheTest.cpp244 return std::get<0>(GrMakeUncachedBitmapProxyView(rContext, srcBM)); in create_proxy_view()
H A DGrSurfaceTest.cpp510 auto copySrc = std::get<0>(GrMakeUncachedBitmapProxyView(dContext, copySrcBitmap)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrSWMaskHelper.cpp149 return std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap, skgpu::Mipmapped::kNo, fit)); in toTextureView()
H A DSkGr.h184 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeUncachedBitmapProxyView(
H A DGrBlurUtils.cpp227 std::tie(filteredMaskView, std::ignore) = GrMakeUncachedBitmapProxyView( in sw_create_filtered_mask()
486 profileView = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bm)); in create_profile_effect()
565 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in make_rect_integral_fp()
810 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, result)); in create_mask_on_cpu()
H A DGrDirectContextPriv.cpp295 auto dataView = std::get<0>(GrMakeUncachedBitmapProxyView(dContext, bitmap)); in test_for_preserving_PM_conversions()
H A DSkGr.cpp253 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeUncachedBitmapProxyView( in GrMakeUncachedBitmapProxyView() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DShadowRRectOp.cpp757 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in create_falloff_texture()