Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

18 #include "Caches.h"
40 Caches& caches = Caches::getInstance();
41 mTexture = new Texture(caches);
44 createEntries(caches, map, count);
79 DelegateTexture(Caches& caches, Texture* delegate)
80 : Texture(caches), mDelegate(delegate) { }
96 void AssetAtlas::createEntries(Caches& caches, int64_t* map, int count) {
117 Texture* texture = new DelegateTexture(caches, mTexture);