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(RenderState& renderState) in PatchCache() function in android::uirenderer::PatchCache
42 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 …]
DPatchCache.h52 class PatchCache {
54 PatchCache(RenderState& renderState);
55 ~PatchCache();
DCaches.h152 PatchCache patchCache;
DAndroid.mk77 PatchCache.cpp \
DDisplayListOp.h790 PatchCache& cache = renderer.getCaches().patchCache; in getMesh()