Lines Matching refs:GetMaxActiveIndex

686     int maxIndex = collection->GetMaxActiveIndex();  in SetDefaultValues()
939 int maxIndex = collection->GetMaxActiveIndex(); in AddParticles()
1613 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleAccelarationUpdater()
1664 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleFloatImmediateUpdater()
1672 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleFloatImmediateUpdater()
1739 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleFloatImmediate4KeyUpdater()
1778 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleFloatImmediate4KeyUpdater()
1850 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector3Immediate4KeyUpdater()
1889 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector3Immediate4KeyUpdater()
1955 const int count = collection->GetMaxActiveIndex() - collection->GetMinActiveIndex() + 1; in ParticleGravityUpdater()
1986 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleSpinUpdater()
2039 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleRandomUpdater()
2053 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleRandomUpdater()
2124 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector2ImmediateUpdater()
2220 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector3AdditiveUpdater()
2332 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector3ImmediateUpdater()
2438 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleVector3RandomAdditiveUpdater()
2530 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleRotateUpVectorUpdater()
2566 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleRotateUpVectorUpdater()
2638 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in ParticleTexturePatternUpdater()
3045 int size = collection->GetMaxActiveIndex() + 1; in UpdateParticles()
3147 … const int processCount = collection->GetMaxActiveIndex() - collection->GetMinActiveIndex() + 1; in UpdateParticles()
3171 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in UpdateParticles()
3198 const u32 maxIndex = collection->GetMaxActiveIndex() + 1; in UpdateParticles()
3285 … const int processCount = collection->GetMaxActiveIndex() - collection->GetMinActiveIndex() + 1; in UpdateParticles()
3299 int maxActiveIndex = collection->GetMaxActiveIndex(); in UpdateParticles()