Lines Matching refs:resUpdater
345 const ResParticleUpdater resUpdater = *i++; in GetMemorySizeInternal() local
347 if (resUpdater.GetIsResourceCopyEnabled()) in GetMemorySizeInternal()
350 pSize, &resUpdater); in GetMemorySizeInternal()
492 const ResParticleUpdater resUpdater = *i++; in Create() local
496 if (resUpdater.GetIsResourceCopyEnabled()) in Create()
500 &resUpdater, in Create()
510 updater.resource = resUpdater.ptr(); in Create()
516 nw::ut::ResTypeInfo resType = resUpdater.GetTypeInfo(); in Create()
525 ResParticleVector3Updater vec3Updater(resUpdater.ptr()); in Create()
605 const ResParticleUpdater resUpdater(updater.resource); in Create() local
607 ParticleUsage target = resUpdater.GetTargetStream(); in Create()