HomeSort by relevance Sort by last modified time
    Searched refs:textureCache (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
Caches.cpp 269 log.appendFormat(" TextureCache %8d / %8d\n",
270 textureCache.getSize(), textureCache.getMaxSize());
301 total += textureCache.getSize();
323 textureCache.clearGarbage();
359 textureCache.clear();
369 textureCache.flush();
ResourceCache.cpp 198 Caches::getInstance().textureCache.removeDeferred(resource);
282 Caches::getInstance().textureCache.removeDeferred(bitmap);
Caches.h 41 #include "TextureCache.h"
333 TextureCache textureCache;
SkiaShader.cpp 216 Texture* texture = caches->textureCache.get(&bitmap);
OpenGLRenderer.cpp     [all...]
RenderNode.cpp 320 TextureCache& cache = Caches::getInstance().textureCache;
    [all...]
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 127 Caches::getInstance().textureCache.resetMarkInUse();

Completed in 182 milliseconds