Lines Matching refs:ParticleUsage

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()
417 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
574 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create()
588 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create()
591 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
606 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in Create()
609 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
628 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
695 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
702 … &node->m_ParticleAttribute[usage], static_cast<ParticleUsage>(usage), capacity, &nodeMemory); in Create()
923 ParticleUsage usage, in SetParameter()