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

  /frameworks/base/libs/hwui/
Caches.cpp 103 patchCache.init(*this);
240 patchCache.clear();
286 log.appendFormat(" PatchCache %8d / %8d\n",
287 patchCache.getSize(), patchCache.getMaxSize());
308 total += patchCache.getSize();
325 patchCache.clearGarbage();
360 patchCache.clear();
ResourceCache.cpp 221 Caches::getInstance().patchCache.removeDeferred(resource);
299 Caches::getInstance().patchCache.removeDeferred((Res_png_9patch*) resource);
Caches.h 45 #include "PatchCache.h"
339 PatchCache patchCache;
DisplayListOp.h 857 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
858 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
OpenGLRenderer.cpp     [all...]

Completed in 80 milliseconds