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

/frameworks/base/libs/hwui/
H A DPatchCache.cpp22 #include "PatchCache.h"
33 PatchCache::PatchCache(RenderState& renderState) function in class:android::uirenderer::PatchCache
41 PatchCache::~PatchCache() {
49 hash_t PatchCache::PatchDescription::hash() const {
58 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
59 const PatchCache::PatchDescription& rhs) {
63 void PatchCache
[all...]
H A DPatchCache.h51 class PatchCache { class in namespace:android::uirenderer
53 explicit PatchCache(RenderState& renderState);
54 ~PatchCache();
177 }; // class PatchCache
H A DCaches.h23 #include "PatchCache.h"
156 PatchCache patchCache;
H A DAndroid.mk94 PatchCache.cpp \

Completed in 2319 milliseconds