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 52 , patchCache(renderState)
75 patchCache.init();
127 patchCache.clear();
208 log.appendFormat(" PatchCache %8d / %8d\n",
209 patchCache.getSize(), patchCache.getMaxSize());
228 total += patchCache.getSize();
245 patchCache.clearGarbage();
254 patchCache.clear();
ResourceCache.cpp 118 Caches::getInstance().patchCache.removeDeferred(resource);
141 Caches::getInstance().patchCache.removeDeferred((Res_png_9patch*) resource);
Caches.h 31 #include "PatchCache.h"
164 PatchCache patchCache;
DisplayListOp.h 807 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
808 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
GlopBuilder.cpp 210 mCaches.patchCache.getMeshBuffer(),

Completed in 3023 milliseconds