Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h276 SetParameter(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT, (const f32*)ptr); in SetLifeParameter()
366 if (this->IsStream(PARTICLEUSAGE_LIFE)) in KillParticle()
369 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticle()
374 lifeParam = *(ParticleTime*)this->GetParameterPtr(PARTICLEUSAGE_LIFE); in KillParticle()
/NW4C-1.2.23/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()
1580 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater()
1666 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater()
1827 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleRandomUpdater()
1906 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector2ImmediateUpdater()
2002 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3AdditiveUpdater()
2114 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3ImmediateUpdater()
2220 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3RandomAdditiveUpdater()
2404 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleTexturePatternUpdater()
[all …]
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h55 PARTICLEUSAGE_LIFE, //!< 寿命です。 enumerator