Home
last modified time | relevance | path

Searched refs:patchCacheSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.cpp44 int Properties::patchCacheSize = KB(DEFAULT_PATCH_CACHE_SIZE); member in android::uirenderer::Properties
152 patchCacheSize = KB(property_get_float(PROPERTY_PATCH_CACHE_SIZE, DEFAULT_PATCH_CACHE_SIZE)); in load()
DProperties.h272 static int patchCacheSize; variable
DPatchCache.cpp35 , mMaxSize(Properties::patchCacheSize) in PatchCache()