Home
last modified time | relevance | path

Searched refs:CreateLazyView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrThreadSafeCache.h207 static std::tuple<GrSurfaceProxyView, sk_sp<Trampoline>> CreateLazyView(GrDirectContext*,
H A DGrThreadSafeCache.cpp340 GrThreadSafeCache::CreateLazyView(GrDirectContext* dContext, in CreateLazyView() function in GrThreadSafeCache
H A DGrBlurUtils.cpp843 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView(dContext, in find_or_create_rrect_blur_mask_fp()
1315 std::tie(lazyView, trampoline) = GrThreadSafeCache::CreateLazyView( in hw_create_filtered_mask()
/aosp_15_r20/external/skia/tests/
H A DGrThreadSafeCacheTest.cpp737 auto [lazyView, trampoline] = GrThreadSafeCache::CreateLazyView( in AccessCachedView()