Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DConnPoolByRoute.java310 boolean hasCapacity = rospl.getCapacity() > 0;
318 if (hasCapacity && numConnections < maxTotalConnections) {
322 } else if (hasCapacity && !freeConnections.isEmpty()) {
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2376 bool DescriptorPoolHelper::hasCapacity(uint32_t descriptorSetCount) const in hasCapacity() function in rx::vk::DescriptorPoolHelper
2463 mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(mMaxSetsPerPool))); in init()
2515 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
2517 if (!mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
Dvk_helpers.h270 bool hasCapacity(uint32_t descriptorSetCount) const;