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

  /frameworks/base/libs/hwui/
FboCache.cpp 31 : mMaxSize(Properties::fboCacheSize) {}
Properties.h 269 static int fboCacheSize;
Properties.cpp 41 int Properties::fboCacheSize = DEFAULT_FBO_CACHE_SIZE;
149 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE);

Completed in 171 milliseconds