Searched refs:ParticleUsage (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 55 ParticleUsage usage, in ParticleStreamCreate() 100 ParticleUsage usage, in ParticleParameterAttributeCreate() 146 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in GetMemorySizeInternal() 152 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in GetMemorySizeInternal() 164 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in GetMemorySizeInternal() 179 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() 315 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() 385 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create() 391 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create() 403 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in Create() [all …]
|
| D | gfx_ParticleSet.cpp | 576 ParticleUsage target = resInitializer.GetTargetStream(); in Create() 607 ParticleUsage target = resUpdater.GetTargetStream(); in Create() 1590 ParticleUsage target = accelUpdater.GetTargetStream(); in ParticleAccelarationUpdater() 1631 ParticleUsage target = floatUpdater.GetTargetStream(); in ParticleFloatImmediateUpdater() 1710 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleFloatImmediate4KeyUpdater() 1821 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleVector3Immediate4KeyUpdater() 1957 ParticleUsage target = spinUpdater.GetTargetStream(); in ParticleSpinUpdater() 2008 ParticleUsage target = randomUpdater.GetTargetStream(); in ParticleRandomUpdater() 2103 ParticleUsage target = vec2Updater.GetTargetStream(); in ParticleVector2ImmediateUpdater() 2189 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3AdditiveUpdater() [all …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 195 bool IsStream(ParticleUsage usage) const in IsStream() 212 void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) in GetStreamPtr() 233 const void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) const in GetStreamPtr() 253 const void* GetParameterPtr(ParticleUsage usage) const in GetParameterPtr() 270 void SetParameter(ParticleUsage usage, ParticleBuffer side, const f32* ptr); 286 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResParticleUpdater.h | 39 enum ParticleUsage enum 92 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResParticleInitializer.h | 53 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
|