Home
last modified time | relevance | path

Searched defs:PatchCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp31 PatchCache::PatchCache(): mMaxEntries(DEFAULT_PATCH_CACHE_SIZE) { in PatchCache() function in android::uirenderer::PatchCache
34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache() function in android::uirenderer::PatchCache