Searched refs:layerPoolSize (Results 1 – 5 of 5) sorted by relevance
43 int Properties::layerPoolSize = MB(DEFAULT_LAYER_CACHE_SIZE); member in android::uirenderer::Properties151 layerPoolSize = MB(property_get_float(PROPERTY_LAYER_CACHE_SIZE, DEFAULT_LAYER_CACHE_SIZE)); in load()
271 static int layerPoolSize; variable
35 , mMaxSize(Properties::layerPoolSize) {} in LayerCache()
64 EXPECT_EQ((uint32_t) Properties::layerPoolSize, pool.getMaxSize()) in RENDERTHREAD_TEST()
118 : mMaxSize(Properties::layerPoolSize) { in OffscreenBufferPool()