Lines Matching refs:updaterIndex
1537 int updaterIndex in CalcAnimationDataIndex() argument
1543 …articleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex); in CalcAnimationDataIndex()
1611 int updaterIndex in ParticleFloatImmediateUpdater() argument
1675 updaterIndex); in ParticleFloatImmediateUpdater()
2073 int updaterIndex in ParticleVector2ImmediateUpdater() argument
2131 updaterIndex); in ParticleVector2ImmediateUpdater()
2171 int updaterIndex in ParticleVector3AdditiveUpdater() argument
2232 updaterIndex); in ParticleVector3AdditiveUpdater()
2283 int updaterIndex in ParticleVector3ImmediateUpdater() argument
2340 updaterIndex); in ParticleVector3ImmediateUpdater()
2389 int updaterIndex in ParticleVector3RandomAdditiveUpdater() argument
2446 updaterIndex); in ParticleVector3RandomAdditiveUpdater()
2571 int updaterIndex in ParticleTexturePatternUpdater() argument
2627 updaterIndex); in ParticleTexturePatternUpdater()
2999 int updaterIndex = 0; in UpdateParticles() local
3001 …(ut::MoveArray<Updater>::iterator iter = this->m_Updaters.begin(); iter != endIter; ++updaterIndex) in UpdateParticles()
3031 ParticleFloatImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3049 ParticleVector2ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3057 … ParticleVector3AdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
3084 … ParticleVector3ImmediateUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()
3111 … ParticleVector3RandomAdditiveUpdater(updater.ptr(), collection, time, diffTime, updaterIndex); in UpdateParticles()
3136 ParticleTexturePatternUpdater(updater.ptr(), collection, time, updaterIndex); in UpdateParticles()