Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp49 int Properties::textureCacheSize = MB(DEFAULT_TEXTURE_CACHE_SIZE); member in android::uirenderer::Properties
160textureCacheSize = MB(property_get_float(PROPERTY_TEXTURE_CACHE_SIZE, DEFAULT_TEXTURE_CACHE_SIZE)); in load()
DProperties.h292 static int textureCacheSize; variable
DTextureCache.cpp38 , mMaxSize(Properties::textureCacheSize) in TextureCache()