Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

22 #include "Caches.h"
66 GlopBuilder(renderer->renderState(), renderer->caches(), &glop)
279 Caches::getInstance().textureState().activateTexture(0);
395 Caches::getInstance().textureState().activateTexture(0);
434 void checkTextureUpdateForCache(Caches& caches, std::vector<CacheTexture*>& cacheTextures,
441 caches.textureState().activateTexture(0);
442 caches.textureState().bindTexture(lastTextureId);
457 Caches& caches = Caches::getInstance();
463 checkTextureUpdateForCache(caches, mACacheTextures, resetPixelStore, lastTextureId);
464 checkTextureUpdateForCache(caches, mRGBACacheTextures, resetPixelStore, lastTextureId);
467 caches.pixelBufferState().unbind();
586 uint32_t maxSize = Caches::getInstance().maxTextureSize;
611 Caches::getInstance().pixelBufferState().unbind();