Lines Matching refs:it

174         for (ResParticleAttributeArray::iterator it = attributes.begin();  in GetMemorySizeInternal()  local
175 it != attributeEnd; in GetMemorySizeInternal()
176 ++it) in GetMemorySizeInternal()
178 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal()
180 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal()
182 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal()
310 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetDeviceMemorySizeInternal() local
311 it != attributeEnd; in GetDeviceMemorySizeInternal()
312 ++it) in GetDeviceMemorySizeInternal()
314 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal()
316 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal()
413 for (ResParticleAttributeArray::iterator it = attributes.begin(); in Create() local
414 it != attributeEnd; in Create()
415 ++it) in Create()
417 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
419 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
421 ResParticleParameterAttribute resParam((*it).ptr()); in Create()
624 for (ResParticleAttributeArray::iterator it = attributes.begin(); in Create() local
625 it != attributeEnd; in Create()
626 ++it) in Create()
628 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
633 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
635 ResParticleParameterAttribute resParam((*it).ptr()); in Create()