Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DTexturePoolTest.cpp40 struct TexturePoolTest : public testing::Test { struct
41 TexturePoolTest() { in TexturePoolTest() function
49 ~TexturePoolTest() { in ~TexturePoolTest() argument
59 TEST_F(TexturePoolTest, preallocatesMinPool) { in TEST_F() argument
63 TEST_F(TexturePoolTest, doesNotAllocateBeyondMinPool) { in TEST_F() argument
71 TEST_F(TexturePoolTest, cyclesUpToMaxPoolSize) { in TEST_F() argument
90 TEST_F(TexturePoolTest, goesPastMaxSizeAndRebounds) { in TEST_F() argument
113 TEST_F(TexturePoolTest, reallocatesWhenDisplaySizeChanges) { in TEST_F() argument
134 TEST_F(TexturePoolTest, freesBuffersWhenDisabled) { in TEST_F() argument
150 TEST_F(TexturePoolTest, doesNotHoldBuffersWhenDisabled) { in TEST_F() argument
[all …]
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/
H A DAndroid.bp111 "tests/planner/TexturePoolTest.cpp",