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
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

Completed in 43 milliseconds