Searched refs:pFreeIndex (Results 1 – 1 of 1) sorted by relevance
669 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues() local670 NW_NULL_ASSERT(pFreeIndex); in SetDefaultValues()671 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()694 int nextIndex = *pFreeIndex; in SetDefaultValues()695 --pFreeIndex; in SetDefaultValues()928 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local929 NW_NULL_ASSERT(pFreeIndex); in AddParticles()930 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()944 int nextIndex = *pFreeIndex; in AddParticles()945 --pFreeIndex; in AddParticles()