Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DTexturePool.cpp73 if (mPool.size() == kMaxPoolSize) { in returnTexture()
75 static_cast<uint64_t>(kMaxPoolSize)); in returnTexture()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DTexturePool.h91 const static constexpr size_t kMaxPoolSize = 4; variable
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DTexturePoolTest.cpp36 size_t getMaxPoolSize() const { return kMaxPoolSize; } in getMaxPoolSize()