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);
136 ResShape::Setup() in Setup()
144 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
150 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
171 ResShape_Setup(ResShape resShape) in ResShape_Setup()
192 ResSeparateDataShape_Setup(ResShape resShape) in ResSeparateDataShape_Setup()
216 ResParticleShape_Setup(ResShape resShape) in ResParticleShape_Setup()
290 ResShape::Cleanup() in Cleanup()
297 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
303 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
314 ResShape_Cleanup(ResShape resShape) in ResShape_Cleanup()
326 ResSeparateDataShape_Cleanup(ResShape resShape) in ResSeparateDataShape_Cleanup()
342 ResParticleShape_Cleanup(ResShape resShape) in ResParticleShape_Cleanup()