Searched refs:prevCollectionCount (Results 1 – 1 of 1) sorted by relevance
3321 const int prevCollectionCount = collection->GetCount(); in UpdateParticles() local3336 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3338 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()3387 const int prevCollectionCount = collection->GetCount(); in UpdateParticles() local3401 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3403 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()3437 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()3455 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()3462 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()3497 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()[all …]