Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCacheManagerTests.cpp47 while (getCacheUsage(grContext) <= renderThread.cacheManager().getBackgroundCacheSize()) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
78 ASSERT_TRUE(renderThread.cacheManager().getBackgroundCacheSize() < purgeableBytes); in RENDERTHREAD_SKIA_PIPELINE_TEST()
83 ASSERT_TRUE(renderThread.cacheManager().getBackgroundCacheSize() > getCacheUsage(grContext)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.h57 size_t getBackgroundCacheSize() const { return mBackgroundResourceBytes; } in getBackgroundCacheSize() function