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

  /frameworks/base/libs/hwui/
DisplayList.cpp 47 caches.resourceCache.decrementRefcountLocked(bitmapResources.itemAt(i));
52 caches.resourceCache.decrementRefcountLocked(bitmap);
57 caches.resourceCache.decrementRefcountLocked(patchResources.itemAt(i));
61 caches.resourceCache.decrementRefcountLocked(sourcePaths.itemAt(i));
65 caches.resourceCache.decrementRefcountLocked(layers.itemAt(i));
ResourceCache.h 84 void decrementRefcountLocked(const SkBitmap* resource);
85 void decrementRefcountLocked(const SkPath* resource);
86 void decrementRefcountLocked(const Res_png_9patch* resource);
87 void decrementRefcountLocked(Layer* resource);
107 void decrementRefcountLocked(void* resource);
ResourceCache.cpp 112 decrementRefcountLocked(resource);
133 void ResourceCache::decrementRefcountLocked(void* resource) {
146 void ResourceCache::decrementRefcountLocked(const SkBitmap* bitmapResource) {
149 decrementRefcountLocked((void*) bitmapResource);
152 void ResourceCache::decrementRefcountLocked(const SkPath* pathResource) {
153 decrementRefcountLocked((void*) pathResource);
156 void ResourceCache::decrementRefcountLocked(const Res_png_9patch* patchResource) {
157 decrementRefcountLocked((void*) patchResource);
160 void ResourceCache::decrementRefcountLocked(Layer* layerResource) {
161 decrementRefcountLocked((void*) layerResource)
    [all...]
OpenGLRenderer.cpp 593 mCaches.resourceCache.decrementRefcountLocked(mLayerUpdates.itemAt(i));
    [all...]

Completed in 1964 milliseconds