Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h88 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> findWithData(
H A DGrThreadSafeCache.cpp138 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::findWithData( in findWithData() function in GrThreadSafeCache
H A DGrBlurUtils.cpp115 std::tie(filteredMaskView, data) = threadSafeCache->findWithData(*key); in sw_create_filtered_mask()
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp223 auto [view, xtraData] = threadSafeCache->findWithData(key); in checkView()

Completed in 6 milliseconds