Lines Matching refs:resNode
55 ResParticleModel resNode, in GetMemorySizeInternal() argument
64 resNode, in GetMemorySizeInternal()
67 int setCount = resNode.GetParticleSetsCount(); in GetMemorySizeInternal()
68 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetMemorySizeInternal()
71 nw::gfx::ResParticleSet resParticleSet = resNode.GetParticleSets(i); in GetMemorySizeInternal()
74 ResDynamicCast<ResParticleShape>(resNode.GetShapes(i)); in GetMemorySizeInternal()
97 ResParticleModel resNode, in GetDeviceMemorySizeInternal() argument
102 int setCount = resNode.GetParticleSetsCount(); in GetDeviceMemorySizeInternal()
103 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetDeviceMemorySizeInternal()
106 nw::gfx::ResParticleSet resParticleSet = resNode.GetParticleSets(i); in GetDeviceMemorySizeInternal()
109 ResDynamicCast<ResParticleShape>(resNode.GetShapes(i)); in GetDeviceMemorySizeInternal()
132 ResParticleModel resNode = ResDynamicCast<ResParticleModel>(resource); in Create() local
133 NW_ASSERT(resNode.IsValid()); in Create()
143 resNode, in Create()
157 int setCount = resNode.GetParticleSetsCount(); in Create()
158 NW_ASSERT(setCount == resNode.GetShapesCount()); in Create()
161 nw::gfx::ResParticleSet resParticleSet = resNode.GetParticleSets(i); in Create()
164 ResDynamicCast<ResParticleShape>(resNode.GetShapes(i)); in Create()