Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleModel.cpp67 int setCount = resNode.GetParticleSetsCount(); in GetMemorySizeInternal() local
68 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetMemorySizeInternal()
69 for (int i = 0; i < setCount; ++i) in GetMemorySizeInternal()
101 int setCount = resNode.GetParticleSetsCount(); in GetDeviceMemorySizeInternal() local
102 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetDeviceMemorySizeInternal()
103 for (int i = 0; i < setCount; ++i) in GetDeviceMemorySizeInternal()
156 int setCount = resNode.GetParticleSetsCount(); in Create() local
157 NW_ASSERT(setCount == resNode.GetShapesCount()); in Create()
158 for (int i = 0; i < setCount; ++i) in Create()