Lines Matching refs:resShape
35 typedef void (*BindFunc)(ResShape resShape);
37 static void ResShape_Setup(ResShape resShape);
38 static void ResSeparateDataShape_Setup(ResShape resShape);
39 static void ResParticleShape_Setup(ResShape resShape);
41 static void ResShape_Cleanup(ResShape resShape);
42 static void ResSeparateDataShape_Cleanup(ResShape resShape);
43 static void ResParticleShape_Cleanup(ResShape resShape);
171 ResShape_Setup(ResShape resShape) in ResShape_Setup() argument
173 s32 primSetNum = resShape.GetPrimitiveSetsCount(); in ResShape_Setup()
177 resShape.GetPrimitiveSets( i ).Setup(); in ResShape_Setup()
192 ResSeparateDataShape_Setup(ResShape resShape) in ResSeparateDataShape_Setup() argument
194 ResShape_Setup( resShape ); in ResSeparateDataShape_Setup()
196 ResSeparateDataShape resSeparateShape = ResStaticCast<ResSeparateDataShape>( resShape ); in ResSeparateDataShape_Setup()
216 ResParticleShape_Setup(ResShape resShape) in ResParticleShape_Setup() argument
218 NW_UNUSED_VARIABLE(resShape); in ResParticleShape_Setup()
314 ResShape_Cleanup(ResShape resShape) in ResShape_Cleanup() argument
316 s32 primSetNum = resShape.GetPrimitiveSetsCount(); in ResShape_Cleanup()
320 resShape.GetPrimitiveSets( i ).Cleanup(); in ResShape_Cleanup()
326 ResSeparateDataShape_Cleanup(ResShape resShape) in ResSeparateDataShape_Cleanup() argument
328 ResSeparateDataShape resSeparateShape = ResStaticCast<ResSeparateDataShape>( resShape ); in ResSeparateDataShape_Cleanup()
337 ResShape_Cleanup( resShape ); in ResSeparateDataShape_Cleanup()
342 ResParticleShape_Cleanup(ResShape resShape) in ResParticleShape_Cleanup() argument
344 ResParticleShape resParticleShape = ResStaticCast<ResParticleShape>( resShape ); in ResParticleShape_Cleanup()