Home
last modified time | relevance | path

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

/NW4C-1.3.3/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()
102 int setCount = resNode.GetParticleSetsCount(); in GetDeviceMemorySizeInternal() local
103 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetDeviceMemorySizeInternal()
104 for (int i = 0; i < setCount; ++i) in GetDeviceMemorySizeInternal()
157 int setCount = resNode.GetParticleSetsCount(); in Create() local
158 NW_ASSERT(setCount == resNode.GetShapesCount()); in Create()
159 for (int i = 0; i < setCount; ++i) in Create()