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