Home
last modified time | relevance | path

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

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