Searched refs:removeFromLRU (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h112 void removeFromLRU(AtlasRow* row);
H A DGrTextureStripAtlas.cpp104 this->removeFromLRU(row);
131 this->removeFromLRU(row);
248 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { function in class:GrTextureStripAtlas
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h112 void removeFromLRU(AtlasRow* row);
H A DGrTextureStripAtlas.cpp104 this->removeFromLRU(row);
131 this->removeFromLRU(row);
248 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { function in class:GrTextureStripAtlas
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp121 void SkBitmapHeap::removeFromLRU(SkBitmapHeap::LookupEntry* entry) { function in class:SkBitmapHeap
298 this->removeFromLRU(lookupEntry);
313 this->removeFromLRU(lookupEntry);
H A DSkBitmapHeap.h274 void removeFromLRU(LookupEntry* entry);
279 * but is not in the LRU cache. If it is in the cache, removeFromLRU should
/external/skia/src/core/
H A DSkBitmapHeap.cpp121 void SkBitmapHeap::removeFromLRU(SkBitmapHeap::LookupEntry* entry) { function in class:SkBitmapHeap
298 this->removeFromLRU(lookupEntry);
313 this->removeFromLRU(lookupEntry);
H A DSkBitmapHeap.h274 void removeFromLRU(LookupEntry* entry);
279 * but is not in the LRU cache. If it is in the cache, removeFromLRU should

Completed in 83 milliseconds