Searched refs:findAndRefUniqueResource (Results 1 – 6 of 6) sorted by relevance
559 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(k); in test_time_purge()
146 sk_sp<GrGpuResource> resource(cache->findAndRefUniqueResource(key)); in onDraw()
165 GrGpuResource* findAndRefUniqueResource(const GrUniqueKey& key) { in findAndRefUniqueResource() function
71 SkASSERT(!resourceCache->findAndRefUniqueResource(key)); in assignUniqueKeyToProxy()249 GrGpuResource* resource = resourceCache->findAndRefUniqueResource(key); in findOrCreateProxyByUniqueKey()
405 : sk_sp<GrGpuResource>(fCache->findAndRefUniqueResource(key)); in findResourceByUniqueKey()
621 SkASSERT(!this->findAndRefUniqueResource(invalidKeyMsgs[i].key())); in purgeAsNeeded()