HomeSort by relevance Sort by last modified time
    Searched refs:layerPoolSize (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
Properties.h 271 static int layerPoolSize;
Properties.cpp 43 int Properties::layerPoolSize = MB(DEFAULT_LAYER_CACHE_SIZE);
151 layerPoolSize = MB(property_get_float(PROPERTY_LAYER_CACHE_SIZE, DEFAULT_LAYER_CACHE_SIZE));
LayerCache.cpp 35 , mMaxSize(Properties::layerPoolSize) {}
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 118 : mMaxSize(Properties::layerPoolSize) {
  /frameworks/base/libs/hwui/tests/unit/
OffscreenBufferPoolTests.cpp 64 EXPECT_EQ((uint32_t) Properties::layerPoolSize, pool.getMaxSize())

Completed in 541 milliseconds