Lines Matching refs:ResShape

37 typedef void (*SetupFunc)(nw::os::IAllocator* allocator, ResShape resShape);
38 typedef void (*CleanupFunc)(ResShape resShape);
40 static void ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
41 static void ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
42 static void ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
44 static void ResShape_Cleanup(ResShape resShape);
45 static void ResSeparateDataShape_Cleanup(ResShape resShape);
46 static void ResParticleShape_Cleanup(ResShape resShape);
138 ResShape::Setup(nw::os::IAllocator* allocator) in Setup()
146 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
152 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
173 ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResShape_Setup()
194 ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResSeparateDataShape_Setup()
218 ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResParticleShape_Setup()
321 ResShape::Cleanup() in Cleanup()
328 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
334 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
345 ResShape_Cleanup(ResShape resShape) in ResShape_Cleanup()
357 ResSeparateDataShape_Cleanup(ResShape resShape) in ResSeparateDataShape_Cleanup()
373 ResParticleShape_Cleanup(ResShape resShape) in ResParticleShape_Cleanup()