Home
last modified time | relevance | path

Searched refs:removeUniqueKey (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
H A DGrGpuResourcePriv.h22 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
29 void removeUniqueKey() { fResource->removeUniqueKey(); } in removeUniqueKey() function in GrGpuResource::ResourcePriv
H A DGrGpuResource.cpp145 void GrGpuResource::removeUniqueKey() { in removeUniqueKey() function in GrGpuResource
150 get_resource_cache(fGpu)->resourceAccess().removeUniqueKey(this); in removeUniqueKey()
H A DGrResourceCache.h368 void removeUniqueKey(GrGpuResource*);
638 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); } in removeUniqueKey() function in GrResourceCache::ResourceAccess
H A DGrGpuResourceCacheAccess.h70 void removeUniqueKey() { fResource->fUniqueKey.reset(); } in removeUniqueKey() function in GrGpuResource::CacheAccess
H A DGrTexture.cpp76 texture->resourcePriv().removeUniqueKey(); in StealBackendTexture()
H A DGrGpuResource.h388 void removeUniqueKey();
H A DGrResourceCache.cpp963 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey() function in GrResourceCache
971 resource->cacheAccess().removeUniqueKey(); in removeUniqueKey()
996 // removeUniqueKey expects an external owner of the resource. in changeUniqueKey()
997 this->removeUniqueKey(sk_ref_sp(old).get()); in changeUniqueKey()
1019 this->removeUniqueKey(resource); in changeUniqueKey()
H A DGrProxyProvider.cpp916 invalidGpuResource->resourcePriv().removeUniqueKey(); in processInvalidUniqueKeyImpl()
/third_party/skia/tests/
H A DResourceCacheTest.cpp616 wrappedCacheableViaKey->resourcePriv().removeUniqueKey(); in test_budgeting()
1033 c->resourcePriv().removeUniqueKey(); in test_duplicate_unique_key()
1501 resource->resourcePriv().removeUniqueKey(); in test_abandoned()

Completed in 12 milliseconds