Lines Matching refs:ResShape

35 typedef void (*SetupFunc)(nw::os::IAllocator* allocator, ResShape resShape);
36 typedef void (*CleanupFunc)(ResShape resShape);
38 static void ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
39 static void ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
40 static void ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
42 static void ResShape_Cleanup(ResShape resShape);
43 static void ResSeparateDataShape_Cleanup(ResShape resShape);
44 static void ResParticleShape_Cleanup(ResShape resShape);
137 ResShape::Setup(nw::os::IAllocator* allocator) in Setup()
145 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
151 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
172 ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResShape_Setup()
193 ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResSeparateDataShape_Setup()
217 ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResParticleShape_Setup()
320 ResShape::Cleanup() in Cleanup()
327 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
333 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
344 ResShape_Cleanup(ResShape resShape) in ResShape_Cleanup()
356 ResSeparateDataShape_Cleanup(ResShape resShape) in ResSeparateDataShape_Cleanup()
372 ResParticleShape_Cleanup(ResShape resShape) in ResParticleShape_Cleanup()