Searched refs:ParticleUsage (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 56 ParticleUsage usage, in ParticleStreamCreate() 99 ParticleUsage usage, in ParticleParameterAttributeCreate() 145 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in GetMemorySizeInternal() 151 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in GetMemorySizeInternal() 163 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in GetMemorySizeInternal() 178 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() 314 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() 384 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create() 390 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create() 402 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in Create() [all …]
|
| D | gfx_ParticleSet.cpp | 589 ParticleUsage target = resInitializer.GetTargetStream(); in Create() 620 ParticleUsage target = resUpdater.GetTargetStream(); in Create() 1605 ParticleUsage target = accelUpdater.GetTargetStream(); in ParticleAccelarationUpdater() 1646 ParticleUsage target = floatUpdater.GetTargetStream(); in ParticleFloatImmediateUpdater() 1725 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleFloatImmediate4KeyUpdater() 1836 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleVector3Immediate4KeyUpdater() 1972 ParticleUsage target = spinUpdater.GetTargetStream(); in ParticleSpinUpdater() 2023 ParticleUsage target = randomUpdater.GetTargetStream(); in ParticleRandomUpdater() 2118 ParticleUsage target = vec2Updater.GetTargetStream(); in ParticleVector2ImmediateUpdater() 2204 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3AdditiveUpdater() [all …]
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 203 bool IsStream(ParticleUsage usage) const in IsStream() 232 void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) in GetStreamPtr() 253 const void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) const in GetStreamPtr() 273 const void* GetParameterPtr(ParticleUsage usage) const in GetParameterPtr() 290 void SetParameter(ParticleUsage usage, ParticleBuffer side, const f32* ptr); 308 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResParticleUpdater.h | 41 enum ParticleUsage enum 96 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResParticleInitializer.h | 55 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
|