HomeSort by relevance Sort by last modified time
    Searched refs:removeUniqueKey (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/
GrGpuResourcePriv.h 24 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
31 void removeUniqueKey() { fResource->removeUniqueKey(); }
GrGpuResourceCacheAccess.h 56 void removeUniqueKey() { fResource->fUniqueKey.reset(); }
GrGpuResource.cpp 132 void GrGpuResource::removeUniqueKey() {
137 get_resource_cache(fGpu)->resourceAccess().removeUniqueKey(this);
GrResourceCache.h 271 void removeUniqueKey(GrGpuResource*);
433 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); }
GrResourceCache.cpp 284 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) {
291 resource->cacheAccess().removeUniqueKey();
311 this->removeUniqueKey(old);
332 this->removeUniqueKey(resource);
617 resource->resourcePriv().removeUniqueKey();
    [all...]
GrProxyProvider.cpp 755 surface->resourcePriv().removeUniqueKey();
  /external/skqp/src/gpu/
GrGpuResourcePriv.h 24 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
31 void removeUniqueKey() { fResource->removeUniqueKey(); }
GrGpuResourceCacheAccess.h 56 void removeUniqueKey() { fResource->fUniqueKey.reset(); }
GrGpuResource.cpp 115 void GrGpuResource::removeUniqueKey() {
120 get_resource_cache(fGpu)->resourceAccess().removeUniqueKey(this);
GrResourceCache.h 266 void removeUniqueKey(GrGpuResource*);
428 void removeUniqueKey(GrGpuResource* resource) { fCache->removeUniqueKey(resource); }
GrResourceCache.cpp 284 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) {
291 resource->cacheAccess().removeUniqueKey();
311 this->removeUniqueKey(old);
332 this->removeUniqueKey(resource);
596 resource->resourcePriv().removeUniqueKey();
GrProxyProvider.cpp 544 surface->resourcePriv().removeUniqueKey();
  /external/skia/include/gpu/
GrGpuResource.h 328 void removeUniqueKey();
  /external/skqp/include/gpu/
GrGpuResource.h 306 void removeUniqueKey();
  /external/skia/tests/
ResourceCacheTest.cpp     [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp     [all...]

Completed in 469 milliseconds