Searched refs:PatchCache (Results 1 – 5 of 5) sorted by relevance
33 PatchCache::PatchCache(RenderState& renderState) in PatchCache() function in android::uirenderer::PatchCache42 PatchCache::~PatchCache() { in ~PatchCache()46 void PatchCache::init() { in init()65 hash_t PatchCache::PatchDescription::hash() const { in hash()74 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, in compare()75 const PatchCache::PatchDescription& rhs) { in compare()79 void PatchCache::clear() { in clear()90 void PatchCache::clearCache() { in clearCache()106 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()116 void PatchCache::removeDeferred(Res_png_9patch* patch) { in removeDeferred()[all …]
52 class PatchCache {54 PatchCache(RenderState& renderState);55 ~PatchCache();
152 PatchCache patchCache;
77 PatchCache.cpp \
790 PatchCache& cache = renderer.getCaches().patchCache; in getMesh()