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
101 int setCount = resNode.GetParticleSetsCount(); in GetDeviceMemorySizeInternal()
102 NW_ASSERT(setCount == resNode.GetShapesCount()); in GetDeviceMemorySizeInternal()
105 nw::gfx::ResParticleSet resParticleSet = resNode.GetParticleSets(i); in GetDeviceMemorySizeInternal()
108 ResDynamicCast<ResParticleShape>(resNode.GetShapes(i)); in GetDeviceMemorySizeInternal()
131 ResParticleModel resNode = ResDynamicCast<ResParticleModel>(resource); in Create() local
132 NW_ASSERT(resNode.IsValid()); in Create()
142 resNode, in Create()
156 int setCount = resNode.GetParticleSetsCount(); in Create()
157 NW_ASSERT(setCount == resNode.GetShapesCount()); in Create()
160 nw::gfx::ResParticleSet resParticleSet = resNode.GetParticleSets(i); in Create()
163 ResDynamicCast<ResParticleShape>(resNode.GetShapes(i)); in Create()