Home
last modified time | relevance | path

Searched refs:PARTICLEUSAGE_LIFE (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h276 SetParameter(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT, (const f32*)ptr); in SetLifeParameter()
375 if (this->IsStream(PARTICLEUSAGE_LIFE)) in KillParticles()
378 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticles()
389 lifeParam = *(ParticleTime*)this->GetParameterPtr(PARTICLEUSAGE_LIFE); in KillParticles()
422 if (this->IsStream(PARTICLEUSAGE_LIFE)) in KillParticle()
425 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticle()
430 lifeParam = *(ParticleTime*)this->GetParameterPtr(PARTICLEUSAGE_LIFE); in KillParticle()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp188 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
222 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
253 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
322 case PARTICLEUSAGE_LIFE: in GetDeviceMemorySizeInternal()
427 case PARTICLEUSAGE_LIFE: in Create()
461 case PARTICLEUSAGE_LIFE: in Create()
500 case PARTICLEUSAGE_LIFE: in Create()
643 case PARTICLEUSAGE_LIFE: in Create()
694 case PARTICLEUSAGE_LIFE: in Create()
757 case PARTICLEUSAGE_LIFE: in Create()
Dgfx_ParticleSet.cpp645 if (!collection->IsStream(PARTICLEUSAGE_LIFE)) in SetDefaultValues()
647 lifeParam = *(ParticleTime*)collection->GetParameterPtr(PARTICLEUSAGE_LIFE); in SetDefaultValues()
1620 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater()
1705 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater()
1816 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3Immediate4KeyUpdater()
2003 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleRandomUpdater()
2082 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector2ImmediateUpdater()
2178 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3AdditiveUpdater()
2290 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3ImmediateUpdater()
2396 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3RandomAdditiveUpdater()
[all …]
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h53 PARTICLEUSAGE_LIFE, //!< 寿命です。 enumerator