Searched defs:PatchCache (Results 1 - 2 of 2) 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
42 PatchCache::~PatchCache() {
46 void PatchCache::init() {
65 hash_t PatchCache::PatchDescription::hash() const {
74 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
75 const PatchCache
[all...]
H A DPatchCache.h52 class PatchCache { class in namespace:android::uirenderer
54 PatchCache(RenderState& renderState);
55 ~PatchCache();
186 }; // class PatchCache

Completed in 177 milliseconds