Home
last modified time | relevance | path

Searched refs:DEFAULT_FBO_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFboCache.cpp32 FboCache::FboCache(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) { in FboCache()
38 INIT_LOGD(" Using default fbo cache size of %d", DEFAULT_FBO_CACHE_SIZE); in FboCache()
DProperties.h198 #define DEFAULT_FBO_CACHE_SIZE 16 macro