Lines Matching refs:ParticleUsage

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()
418 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
575 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create()
589 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create()
592 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
607 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in Create()
610 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
629 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
696 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
703 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
922 ParticleUsage usage, in SetParameter()