Home
last modified time | relevance | path

Searched refs:enabledSize (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp487 int enabledSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
496 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
531 size.Add(enabledSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
671 int enabledSize = 0; in DuplicateResParticleUpdater() local
680 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()