Searched refs:enabledSize (Results 1 – 1 of 1) sorted by relevance
487 int enabledSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local496 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in GetMemorySizeForDuplicateResParticleUpdaterInternal()531 size.Add(enabledSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()671 int enabledSize = 0; in DuplicateResParticleUpdater() local680 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in DuplicateResParticleUpdater()715 size += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()753 if (enabledSize > 0) in DuplicateResParticleUpdater()758 enabledSize); in DuplicateResParticleUpdater()760 dstPtr += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()