Searched refs:DEFAULT_FBO_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
32 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()
198 #define DEFAULT_FBO_CACHE_SIZE 16 macro