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

  /frameworks/base/libs/hwui/
Caches.cpp 54 , patchCache(renderState)
74 patchCache.init();
117 patchCache.clear();
198 log.appendFormat(" PatchCache %8d / %8d\n",
199 patchCache.getSize(), patchCache.getMaxSize());
213 total += patchCache.getSize();
231 patchCache.clearGarbage();
240 patchCache.clear();
ResourceCache.cpp 116 Caches::getInstance().patchCache.removeDeferred(resource);
139 Caches::getInstance().patchCache.removeDeferred((Res_png_9patch*) resource);
Caches.h 27 #include "PatchCache.h"
152 PatchCache patchCache;
BakedOpDispatcher.cpp 107 const Patch* opMesh = renderer.caches().patchCache.get(
128 const Patch* opMesh = renderer.caches().patchCache.get(
603 const Patch* mesh = renderer.caches().patchCache.get(
    [all...]
DisplayListOp.h 789 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
790 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
GlopBuilder.cpp 222 mCaches.patchCache.getMeshBuffer(),

Completed in 121 milliseconds