Home
last modified time | relevance | path

Searched defs:caches (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DAssetAtlas.cpp39 Caches& caches = Caches::getInstance(); in init() local
111 void AssetAtlas::createEntries(Caches& caches, int* map, int count) { in createEntries()
DTexture.cpp34 Texture::Texture(Caches& caches): id(0), generation(0), blend(false), width(0), height(0), in Texture()
DTextDropShadowCache.cpp186 Caches& caches = Caches::getInstance(); in get() local
DLayerRenderer.cpp190 Caches& caches = Caches::getInstance(); in createLayer() local
361 Caches& caches = Caches::getInstance(); in copyLayer() local
DDisplayList.cpp85 Caches& caches = Caches::getInstance(); in clearResources() local
184 Caches& caches = Caches::getInstance(); in initFromDisplayListRenderer() local
DPatchCache.cpp50 void PatchCache::init(Caches& caches) { in init()
DFontRenderer.cpp441 void checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache()
464 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
487 Caches& caches = Caches::getInstance(); in issueDrawCommand() local
DPathCache.cpp339 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()