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()914 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local915 NW_NULL_ASSERT(pFreeIndex); in AddParticles()916 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()930 int nextIndex = *pFreeIndex; in AddParticles()931 --pFreeIndex; in AddParticles()