Searched refs:addWithData (Results 1 – 4 of 4) sorted by relevance
93 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> addWithData(
216 std::tuple<GrSurfaceProxyView, sk_sp<SkData>> GrThreadSafeCache::addWithData( in addWithData() function in GrThreadSafeCache
175 std::tie(filteredMaskView, data) = threadSafeCache->addWithData(*key, filteredMaskView); in sw_create_filtered_mask()
719 auto [newView, data] = threadSafeCache->addWithData(key, view); in AccessCachedView()