Lines Matching refs:updaterIndex

1552     int updaterIndex  in CalcAnimationDataIndex()  argument
1558 …articleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex); in CalcAnimationDataIndex()
1626 int updaterIndex in ParticleFloatImmediateUpdater() argument
1690 updaterIndex); in ParticleFloatImmediateUpdater()
2088 int updaterIndex in ParticleVector2ImmediateUpdater() argument
2146 updaterIndex); in ParticleVector2ImmediateUpdater()
2186 int updaterIndex in ParticleVector3AdditiveUpdater() argument
2247 updaterIndex); in ParticleVector3AdditiveUpdater()
2298 int updaterIndex in ParticleVector3ImmediateUpdater() argument
2355 updaterIndex); in ParticleVector3ImmediateUpdater()
2404 int updaterIndex in ParticleVector3RandomAdditiveUpdater() argument
2461 updaterIndex); in ParticleVector3RandomAdditiveUpdater()
2596 int updaterIndex in ParticleTexturePatternUpdater() argument
2652 updaterIndex); in ParticleTexturePatternUpdater()
3082 int updaterIndex = 0; in UpdateParticles() local
3084 …(ut::MoveArray<Updater>::iterator iter = this->m_Updaters.begin(); iter != endIter; ++updaterIndex) in UpdateParticles()
3107 ParticleFloatImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3125 ParticleVector2ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3133 … ParticleVector3AdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
3160 … ParticleVector3ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3187 … ParticleVector3RandomAdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
3221 ParticleTexturePatternUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()