Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

19 #include "Caches.h"
41 , caches(Caches::getInstance())
43 , texture(caches)
109 const uint32_t maxTextureSize = caches.maxTextureSize;
122 caches.textureState().activateTexture(0);
152 caches.renderBufferCache.put(stencil);
183 caches.textureState().bindTexture(renderTarget, texture.mId);
200 // There's a rare possibility that Caches could have been destroyed already
203 if (caches.isInitialized()) {
204 caches.textureState().unbindTexture(texture.mId);