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

/frameworks/base/libs/hwui/
H A DPatchCache.cpp23 #include "PatchCache.h"
33 PatchCache::PatchCache(): function in class:android::uirenderer::PatchCache
46 PatchCache::~PatchCache() {
50 void PatchCache::init(Caches& caches) {
69 hash_t PatchCache::PatchDescription::hash() const {
78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
79 const PatchCache
[all...]
H A DPatchCache.h51 class PatchCache { class in namespace:android::uirenderer
53 PatchCache();
54 ~PatchCache();
184 }; // class PatchCache
H A DAndroid.mk41 PatchCache.cpp \
H A DCaches.h45 #include "PatchCache.h"
339 PatchCache patchCache;
H A DDisplayListOp.h855 PatchCache& cache = renderer.getCaches().patchCache;

Completed in 203 milliseconds