Home
last modified time | relevance | path

Searched refs:pDestroyIndex (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3336 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles() local
3346 *pDestroyIndex++ = index; in UpdateParticles()
3401 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles() local
3411 *pDestroyIndex++ = index; in UpdateParticles()
3454 …u16* pDestroyIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT… in UpdateParticles()
3455 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()
3470 *pDestroyIndex++ = index; in UpdateParticles()
3505 *pDestroyIndex++ = index; in UpdateParticles()
3534 …u16* pDestroyIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT… in UpdateParticles()
3535 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()
[all …]