Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h297 SetParameter(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT, (const f32*)ptr); in SetLifeParameter()
400 if (this->IsStream(PARTICLEUSAGE_LIFE)) in KillParticles()
403 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticles()
414 lifeParam = *(ParticleTime*)this->GetParameterPtr(PARTICLEUSAGE_LIFE); in KillParticles()
447 if (this->IsStream(PARTICLEUSAGE_LIFE)) in KillParticle()
450 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticle()
455 lifeParam = *(ParticleTime*)this->GetParameterPtr(PARTICLEUSAGE_LIFE); in KillParticle()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp187 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
221 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
252 case PARTICLEUSAGE_LIFE: in GetMemorySizeInternal()
321 case PARTICLEUSAGE_LIFE: in GetDeviceMemorySizeInternal()
426 case PARTICLEUSAGE_LIFE: in Create()
460 case PARTICLEUSAGE_LIFE: in Create()
499 case PARTICLEUSAGE_LIFE: in Create()
642 case PARTICLEUSAGE_LIFE: in Create()
693 case PARTICLEUSAGE_LIFE: in Create()
756 case PARTICLEUSAGE_LIFE: in Create()
Dgfx_ParticleSet.cpp658 if (!collection->IsStream(PARTICLEUSAGE_LIFE)) in SetDefaultValues()
660 lifeParam = *(ParticleTime*)collection->GetParameterPtr(PARTICLEUSAGE_LIFE); in SetDefaultValues()
1635 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater()
1720 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater()
1831 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3Immediate4KeyUpdater()
2018 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleRandomUpdater()
2097 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector2ImmediateUpdater()
2193 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3AdditiveUpdater()
2305 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3ImmediateUpdater()
2411 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleVector3RandomAdditiveUpdater()
[all …]
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h57 PARTICLEUSAGE_LIFE, //!< 寿命です。 enumerator