Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DTexturePoolTest.cpp35 size_t getMinPoolSize() const { return kMinPoolSize; } in getMinPoolSize() function in android::compositionengine::impl::planner::__anonadfebe990110::TestableTexturePool
60 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
64 for (size_t i = 0; i < mTexturePool.getMinPoolSize() + 1; i++) { in TEST_F()
68 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
122 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
125 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
135 EXPECT_EQ(mTexturePool.getPoolSize(), mTexturePool.getMinPoolSize()); in TEST_F()
138 for (size_t i = 0; i < mTexturePool.getMinPoolSize() - 1; i++) { in TEST_F()
151 EXPECT_EQ(mTexturePool.getPoolSize(), mTexturePool.getMinPoolSize()); in TEST_F()
156 for (size_t i = 0; i < mTexturePool.getMinPoolSize() - 1; i++) { in TEST_F()
[all …]