Home
last modified time | relevance | path

Searched refs:PatchCache (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp33 PatchCache::PatchCache(): in PatchCache() function in android::uirenderer::PatchCache
46 PatchCache::~PatchCache() { in ~PatchCache()
50 void PatchCache::init(Caches& caches) { in init()
69 hash_t PatchCache::PatchDescription::hash() const { in hash()
78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, in compare()
79 const PatchCache::PatchDescription& rhs) { in compare()
83 void PatchCache::clear() { in clear()
94 void PatchCache::clearCache() { in clearCache()
110 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()
120 void PatchCache::removeDeferred(Res_png_9patch* patch) { in removeDeferred()
[all …]
DPatchCache.h51 class PatchCache {
53 PatchCache();
54 ~PatchCache();
DAndroid.mk41 PatchCache.cpp \
DCaches.h339 PatchCache patchCache;
DDisplayListOp.h855 PatchCache& cache = renderer.getCaches().patchCache; in getMesh()