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 105 patchCache.init(*this);
240 patchCache.clear();
299 log.appendFormat(" PatchCache %8d / %8d\n",
300 patchCache.getSize(), patchCache.getMaxSize());
319 total += patchCache.getSize();
336 patchCache.clearGarbage();
350 patchCache.clear();
ResourceCache.cpp 202 Caches::getInstance().patchCache.removeDeferred(resource);
286 Caches::getInstance().patchCache.removeDeferred((Res_png_9patch*) resource);
Caches.h 45 #include "PatchCache.h"
339 PatchCache patchCache;
DisplayListOp.h 854 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
855 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
OpenGLRenderer.cpp     [all...]

Completed in 206 milliseconds