Home
last modified time | relevance | path

Searched refs:GetStreamPtr (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h232 void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) in GetStreamPtr() function
253 const void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) const in GetStreamPtr() function
378 u16* activeIndex = (u16*)this->GetStreamPtr( in KillParticles()
384 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_NEG_TIMELIMIT, PARTICLE_BUFFER_FRONT); in KillParticles()
396 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER_FRONT); in KillParticles()
403 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticles()
437 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_NEG_TIMELIMIT, PARTICLE_BUFFER_FRONT); in KillParticle()
443 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER_FRONT); in KillParticle()
450 (ParticleTime*)this->GetStreamPtr(PARTICLEUSAGE_LIFE, PARTICLE_BUFFER_FRONT); in KillParticle()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp595 … initializer.m_TargetStreams[1] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_FRONT); in Create()
596 … initializer.m_TargetStreams[0] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_BACK); in Create()
600 … initializer.m_TargetStreams[0] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_FRONT); in Create()
601 … initializer.m_TargetStreams[1] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_BACK); in Create()
626 … updater.m_TargetStreams[1] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_FRONT); in Create()
627 … updater.m_TargetStreams[0] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_BACK); in Create()
631 … updater.m_TargetStreams[0] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_FRONT); in Create()
632 … updater.m_TargetStreams[1] = collectionNode->GetStreamPtr(target, PARTICLE_BUFFER_BACK); in Create()
663 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in SetDefaultValues()
669 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues()
[all …]
Dgfx_ParticleCollection.cpp898 u16* ptr = (u16*)this->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, (ParticleBuffer)j); in Clear()
904 u16* ptr = (u16*)this->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in Clear()
914 f32* ptr = (f32*)this->GetStreamPtr(PARTICLEUSAGE_NEG_TIMELIMIT, PARTICLE_BUFFER_FRONT); in Clear()
Dgfx_ParticleEmitter.cpp458 …u16* activeIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER… in Emission()
465 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in Emission()
559 …nw::math::VEC3* translate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TRANSLAT… in Emission()
561 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp415 (u16*)collection0->GetStreamPtr( in UpdateParticleMissileDemo()
420 (nw::math::VEC3*)collection0->GetStreamPtr( in UpdateParticleMissileDemo()
442 (u16*)collection1->GetStreamPtr( in UpdateParticleMissileDemo()
447 (nw::math::VEC3*)collection1->GetStreamPtr( in UpdateParticleMissileDemo()
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp401 (u16*)collection->GetStreamPtr( in UpdateScene()
406 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()
411 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp237 (u16*)collection->GetStreamPtr( in UserUpdater()
243 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()
254 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()