Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp485 int enabledSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
494 enabledSize = resAnimation.GetAnimationEnabledCount() * sizeof(bool); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
529 size.Add(enabledSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
669 int enabledSize = 0; in DuplicateResParticleUpdater() local
678 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()