Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp41 int Properties::fboCacheSize = DEFAULT_FBO_CACHE_SIZE; member in android::uirenderer::Properties
149 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE); in load()
DFboCache.cpp31 : mMaxSize(Properties::fboCacheSize) {} in FboCache()
DProperties.h269 static int fboCacheSize; variable