Searched refs:fboCacheSize (Results 1 – 3 of 3) sorted by relevance
41 int Properties::fboCacheSize = DEFAULT_FBO_CACHE_SIZE; member in android::uirenderer::Properties149 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE); in load()
31 : mMaxSize(Properties::fboCacheSize) {} in FboCache()
269 static int fboCacheSize; variable