Searched refs:ResParticleAttributeArray (Results 1 – 2 of 2) sorted by relevance
172 ResParticleAttributeArray attributes = resNode.GetAttributes(); in GetMemorySizeInternal()173 ResParticleAttributeArray::iterator attributeEnd = attributes.end(); in GetMemorySizeInternal()174 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetMemorySizeInternal()308 ResParticleAttributeArray attributes = resNode.GetAttributes(); in GetDeviceMemorySizeInternal()309 ResParticleAttributeArray::iterator attributeEnd = attributes.end(); in GetDeviceMemorySizeInternal()310 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetDeviceMemorySizeInternal()411 ResParticleAttributeArray attributes = resNode.GetAttributes(); in Create()412 ResParticleAttributeArray::iterator attributeEnd = attributes.end(); in Create()413 for (ResParticleAttributeArray::iterator it = attributes.begin(); in Create()622 ResParticleAttributeArray attributes = resNode.GetAttributes(); in Create()[all …]
58 typedef nw::ut::ResArrayClass<ResParticleAttribute>::type ResParticleAttributeArray; typedef