Lines Matching refs:collectionCapacity
738 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
740 int freeSize = collectionCapacity - collectionCount; in AddParticles()
759 …const int startIndex = (isAscendingOrder)? collectionCount : collectionCapacity - collectionCount … in AddParticles()
903 const int collectionCapacity = collection->GetCapacity(); in AddParticles() local
905 int freeSize = collectionCapacity - collectionCount; in AddParticles()
3073 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles() local
3236 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()
3324 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()
3336 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()
3390 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()
3401 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()
3440 const int startIndex = (isAscendingOrder) ? 0 : collectionCapacity - 1; in UpdateParticles()
3455 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()
3535 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()