Home
last modified time | relevance | path

Searched refs:ParticleUsage (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp56 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 …]
Dgfx_ParticleSet.cpp589 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/
Dgfx_ParticleCollection.h203 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/
Dgfx_ResParticleUpdater.h41 enum ParticleUsage enum
96 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResParticleInitializer.h55 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()