Home
last modified time | relevance | path

Searched refs:findOrAddWithData (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h97 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> findOrAddWithData(
H A DGrThreadSafeCache.cpp238 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::findOrAddWithData( in findOrAddWithData() function in GrThreadSafeCache
H A DGrBlurUtils.cpp417 auto [cachedView, data] = threadSafeCache->findOrAddWithData(*key, lazyView); in hw_create_filtered_mask()
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp686 auto [view, data] = threadSafeCache->findOrAddWithData(key, lazyView); in AccessCachedView()

Completed in 6 milliseconds