Lines Matching refs:Caches
191 Caches& caches = Caches::getInstance();
198 caches.textureState().activateTexture(0);
199 Layer* layer = caches.layerCache.get(renderState, width, height);
208 const uint32_t maxTextureSize = caches.maxTextureSize;
283 Caches::getInstance().textureState().activateTexture(0);
315 if (!Caches::getInstance().layerCache.put(layer)) {
321 Caches::getInstance().layerCache.dump();
337 if (Caches::getInstance().extensions().hasDiscardFramebuffer()) {
355 Caches& caches = Caches::getInstance();
357 && bitmap->width() <= caches.maxTextureSize
358 && bitmap->height() <= caches.maxTextureSize) {
411 caches.textureState().activateTexture(0);
412 caches.textureState().bindTexture(texture);
453 caches.textureState().deleteTexture(texture);