Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleModel.cpp76 int setCount = resNode.GetParticleSetsCount(); in GetMemorySizeInternal() local
77 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetMemorySizeInternal()
78 for (int i = 0; i < setCount; ++i) in GetMemorySizeInternal()
111 int setCount = resNode.GetParticleSetsCount(); in GetDeviceMemorySizeInternal() local
112 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetDeviceMemorySizeInternal()
113 for (int i = 0; i < setCount; ++i) in GetDeviceMemorySizeInternal()
166 int setCount = resNode.GetParticleSetsCount(); in Create() local
167 NW_ASSERT(setCount == resNode.GetShapesCount()); in Create()
168 for (int i = 0; i < setCount; ++i) in Create()