Searched refs:activeIndex (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 456 …u16* activeIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER… in Emission() local 457 NW_NULL_ASSERT(activeIndex); in Emission() 459 activeIndex += startIndex; in Emission() 478 activeIndex, incrIndex, targetTranslate); in Emission() 489 activeIndex, incrIndex, targetTranslate); in Emission() 500 activeIndex, incrIndex, targetTranslate); in Emission() 511 activeIndex, incrIndex, targetTranslate); in Emission() 522 activeIndex, incrIndex, targetTranslate); in Emission() 533 activeIndex, incrIndex, targetTranslate); in Emission() 563 int dstIndex = *activeIndex; in Emission() [all …]
|
| D | gfx_ParticleSet.cpp | 650 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in SetDefaultValues() local 651 NW_NULL_ASSERT(activeIndex); in SetDefaultValues() 677 u16* pActiveIndex = activeIndex + startIndex; in SetDefaultValues() 771 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in AddParticles() local 779 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() 796 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in AddParticles() local 804 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() 876 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in AddParticles() local 877 NW_NULL_ASSERT(activeIndex); in AddParticles() 895 u16* pActiveIndex = activeIndex + startIndex; in AddParticles() [all …]
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ParticleEmitter.h | 365 u16* activeIndex, 374 u16* activeIndex, 383 u16* activeIndex, 392 u16* activeIndex, 401 u16* activeIndex, 410 u16* activeIndex,
|
| /NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 242 u16* activeIndex = in UserUpdater() local 271 activeIndex += startIndex; in UserUpdater() 275 int index = *activeIndex; in UserUpdater() 276 activeIndex += incrIndex; in UserUpdater()
|
| /NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 406 u16* activeIndex = in UpdateScene() local 425 int index = activeIndex[i]; in UpdateScene()
|