Lines Matching refs:updaterIndex

1497     int updaterIndex  in CalcAnimationDataIndex()  argument
1503 …articleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex); in CalcAnimationDataIndex()
1571 int updaterIndex in ParticleFloatImmediateUpdater() argument
1635 updaterIndex); in ParticleFloatImmediateUpdater()
1897 int updaterIndex in ParticleVector2ImmediateUpdater() argument
1955 updaterIndex); in ParticleVector2ImmediateUpdater()
1995 int updaterIndex in ParticleVector3AdditiveUpdater() argument
2056 updaterIndex); in ParticleVector3AdditiveUpdater()
2107 int updaterIndex in ParticleVector3ImmediateUpdater() argument
2164 updaterIndex); in ParticleVector3ImmediateUpdater()
2213 int updaterIndex in ParticleVector3RandomAdditiveUpdater() argument
2270 updaterIndex); in ParticleVector3RandomAdditiveUpdater()
2395 int updaterIndex in ParticleTexturePatternUpdater() argument
2451 updaterIndex); in ParticleTexturePatternUpdater()
2803 int updaterIndex = 0; in UpdateParticles() local
2805 …(ut::MoveArray<Updater>::iterator iter = this->m_Updaters.begin(); iter != endIter; ++updaterIndex) in UpdateParticles()
2835 ParticleFloatImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
2852 ParticleVector2ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
2860 … ParticleVector3AdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
2887 … ParticleVector3ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
2914 … ParticleVector3RandomAdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
2939 ParticleTexturePatternUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()