Searched refs:GrMakeUncachedBitmapProxyView (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | GrImageUtils.cpp | 125 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 D | SkImage_GaneshFactories.cpp | 412 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 D | ProcessorTest.cpp | 343 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 D | SpecialImageTest.cpp | 187 auto [view, ct] = GrMakeUncachedBitmapProxyView(context, bm); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
H A D | ImageFilterCacheTest.cpp | 244 return std::get<0>(GrMakeUncachedBitmapProxyView(rContext, srcBM)); in create_proxy_view()
|
H A D | GrSurfaceTest.cpp | 510 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 D | GrSWMaskHelper.cpp | 149 return std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap, skgpu::Mipmapped::kNo, fit)); in toTextureView()
|
H A D | SkGr.h | 184 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeUncachedBitmapProxyView(
|
H A D | GrBlurUtils.cpp | 227 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 D | GrDirectContextPriv.cpp | 295 auto dataView = std::get<0>(GrMakeUncachedBitmapProxyView(dContext, bitmap)); in test_for_preserving_PM_conversions()
|
H A D | SkGr.cpp | 253 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeUncachedBitmapProxyView( in GrMakeUncachedBitmapProxyView() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | ShadowRRectOp.cpp | 757 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in create_falloff_texture()
|