Searched refs:kMaxPoolSize (Results 1 – 3 of 3) sorted by relevance
74 if (mPool.size() == kMaxPoolSize) { in returnTexture()76 static_cast<uint64_t>(kMaxPoolSize)); in returnTexture()
91 const static constexpr size_t kMaxPoolSize = 4; variable
36 size_t getMaxPoolSize() const { return kMaxPoolSize; } in getMaxPoolSize()