Home | History | Annotate | Download | only in hwui

Lines Matching refs:caches

20 #include "Caches.h"
39 Caches& caches = Caches::getInstance();
41 mTexture = new Texture(caches);
46 createEntries(caches, map, count);
92 DelegateTexture(Caches& caches, Texture* delegate): Texture(caches), mDelegate(delegate) { }
111 void AssetAtlas::createEntries(Caches& caches, int* map, int count) {
128 Texture* texture = new DelegateTexture(caches, mTexture);