Lines Matching refs:it

175         for (ResParticleAttributeArray::iterator it = attributes.begin();  in GetMemorySizeInternal()  local
176 it != attributeEnd; in GetMemorySizeInternal()
177 ++it) in GetMemorySizeInternal()
179 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal()
181 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal()
183 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal()
311 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetDeviceMemorySizeInternal() local
312 it != attributeEnd; in GetDeviceMemorySizeInternal()
313 ++it) in GetDeviceMemorySizeInternal()
315 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal()
317 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal()
414 for (ResParticleAttributeArray::iterator it = attributes.begin(); in Create() local
415 it != attributeEnd; in Create()
416 ++it) in Create()
418 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
420 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
422 ResParticleParameterAttribute resParam((*it).ptr()); in Create()
625 for (ResParticleAttributeArray::iterator it = attributes.begin(); in Create() local
626 it != attributeEnd; in Create()
627 ++it) in Create()
629 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in Create()
634 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
636 ResParticleParameterAttribute resParam((*it).ptr()); in Create()