Lines Matching refs:resUpdater
347 const ResParticleUpdater resUpdater = *i++; in GetMemorySizeInternal() local
349 if (resUpdater.GetIsResourceCopyEnabled()) in GetMemorySizeInternal()
352 pSize, &resUpdater); in GetMemorySizeInternal()
494 const ResParticleUpdater resUpdater = *i++; in Create() local
498 if (resUpdater.GetIsResourceCopyEnabled()) in Create()
502 &resUpdater, in Create()
512 updater.resource = resUpdater.ptr(); in Create()
518 nw::ut::ResTypeInfo resType = resUpdater.GetTypeInfo(); in Create()
527 ResParticleVector3Updater vec3Updater(resUpdater.ptr()); in Create()
542 ResParticleRotateUpVectorUpdater rotUpdater(resUpdater.ptr()); in Create()
618 const ResParticleUpdater resUpdater(updater.resource); in Create() local
620 ParticleUsage target = resUpdater.GetTargetStream(); in Create()