Home
last modified time | relevance | path

Searched refs:findAndRefUniqueResource (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DResourceCacheTest.cpp559 GrGpuResource* wrappedCacheableViaKey = cache->findAndRefUniqueResource(uniqueKey2); in test_budgeting()
561 GrGpuResource* wrappedUncacheableViaKey = cache->findAndRefUniqueResource(uniqueKey3); in test_budgeting()
613 wrappedCacheableViaKey = cache->findAndRefUniqueResource(uniqueKey2); in test_budgeting()
975 REPORTER_ASSERT(reporter, a == cache->findAndRefUniqueResource(key)); in test_duplicate_unique_key()
980 REPORTER_ASSERT(reporter, a == cache->findAndRefUniqueResource(key)); in test_duplicate_unique_key()
989 REPORTER_ASSERT(reporter, b == cache->findAndRefUniqueResource(key)); in test_duplicate_unique_key()
1032 REPORTER_ASSERT(reporter, c == cache->findAndRefUniqueResource(key)); in test_duplicate_unique_key()
1050 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key()
1207 GrGpuResource* res = cache->findAndRefUniqueResource(key); in test_timestamp_wrap()
1263 GrGpuResource* r = cache->findAndRefUniqueResource( in test_time_purge()
[all...]
/third_party/skia/bench/
H A DGrResourceCacheBench.cpp146 sk_sp<GrGpuResource> resource(cache->findAndRefUniqueResource(key));
/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp71 SkASSERT(!resourceCache->findAndRefUniqueResource(key)); in assignUniqueKeyToProxy()
249 GrGpuResource* resource = resourceCache->findAndRefUniqueResource(key); in findOrCreateProxyByUniqueKey()
H A DGrResourceCache.h176 GrGpuResource* findAndRefUniqueResource(const GrUniqueKey& key) { in findAndRefUniqueResource() function in GrResourceCache
H A DGrResourceProvider.cpp411 : sk_sp<GrGpuResource>(fCache->findAndRefUniqueResource(key)); in findResourceByUniqueKey()
H A DGrResourceCache.cpp1231 SkASSERT(!this->findAndRefUniqueResource(invalidKeyMsgs[i].key())); in purgeAsNeeded()

Completed in 14 milliseconds