Searched refs:pFreeIndex (Results 1 – 1 of 1) sorted by relevance
656 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues() local657 NW_NULL_ASSERT(pFreeIndex); in SetDefaultValues()658 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()680 int nextIndex = *pFreeIndex; in SetDefaultValues()681 --pFreeIndex; in SetDefaultValues()882 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local883 NW_NULL_ASSERT(pFreeIndex); in AddParticles()884 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()898 int nextIndex = *pFreeIndex; in AddParticles()899 --pFreeIndex; in AddParticles()