Searched refs:enabledSize (Results 1 – 1 of 1) sorted by relevance
485 int enabledSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local494 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in GetMemorySizeForDuplicateResParticleUpdaterInternal()529 size.Add(enabledSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()669 int enabledSize = 0; in DuplicateResParticleUpdater() local678 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in DuplicateResParticleUpdater()713 size += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()751 if (enabledSize > 0) in DuplicateResParticleUpdater()756 enabledSize); in DuplicateResParticleUpdater()758 dstPtr += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()