Searched refs:getCacheSize (Results 1 – 7 of 7) sorted by relevance
268 ASSERT_GE(mCache->getCacheSize(), 24); in TEST_P()276 ASSERT_LE(mCache->getCacheSize(), 4); in TEST_P()297 size_t cacheEntrySize = mCache->getCacheSize(); in TEST_P()320 ASSERT_TRUE(mCache->getCacheSize() == cacheEntrySize); in TEST_P()
80 size_t getCacheSize();
213 size_t egl_cache_t::getCacheSize() { in getCacheSize() function in android::egl_cache_t
56 size_t getCacheSize() const { return mMaxResourceBytes; } in getCacheSize() function
32 using LayoutCache::getCacheSize;295 EXPECT_EQ(layoutCache.getCacheSize(), 0u); in TEST()
302 public int getCacheSize() { in getCacheSize() method in FrameManager
224 uint32_t getCacheSize() { in getCacheSize() function