Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 64) sorted by relevance

123

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_TaskThread.cpp47 Destroy(); in ~TaskThread()
58 Destroy(); in Create()
89 void TaskThread::Destroy() in Destroy() function in nw::snd::internal::TaskThread
Dsnd_MmlSequenceTrackAllocator.cpp76 void MmlSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy() function in nw::snd::internal::driver::MmlSequenceTrackAllocator
78 m_TrackPool.Destroy( buffer, size ); in Destroy()
Dsnd_SoundHeap.cpp54 Destroy(); in ~SoundHeap()
88 void SoundHeap::Destroy() in Destroy() function in nw::snd::SoundHeap
96 m_FrameHeap.Destroy(); in Destroy()
Dsnd_MidiSequenceTrackAllocator.cpp125 void MidiSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy() function in nw::snd::internal::driver::MidiSequenceTrackAllocator
127 MidiSequenceTrackPool::GetInstance().Destroy( buffer, size ); in Destroy()
Dsnd_PlayerHeap.cpp57 Destroy(); in ~PlayerHeap()
95 void PlayerHeap::Destroy() in Destroy() function in nw::snd::internal::PlayerHeap
Dsnd_FrameHeap.cpp88 Destroy(); in ~FrameHeap()
108 Destroy(); in Create()
145 void FrameHeap::Destroy() in Destroy() function in nw::snd::internal::FrameHeap
156 m_pHeap->Destroy(); in Destroy()
Dsnd_ChannelManager.cpp74 m_Pool.Destroy( m_pMem, m_MemSize ); in Finalize()
/NW4C-2.0.3/include/nw/dev/
Ddev_CallbackChain.h47 void Destroy();
92 void Destroy(){}
Ddev_Screenshot.h236 void Destroy(os::IAllocator* allocator);
318 void Destroy(os::IAllocator*) {}
/NW4C-2.0.3/include/nw/snd/
Dsnd_InstancePool.h88 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() function
165 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() function
Dsnd_MidiSequenceTrackAllocator.h42 void Destroy( void* buffer, unsigned long size );
Dsnd_TaskThread.h34 void Destroy();
Dsnd_PlayerHeap.h53 void Destroy();
Dsnd_MmlSequenceTrackAllocator.h49 void Destroy( void* buffer, unsigned long size );
Dsnd_SoundHeap.h128 void Destroy();
/NW4C-2.0.3/include/nw/ut/generated/
Dut_Signal.hi38 void Destroy()
49 void Destroy(AllocatorType* allocator)
213 void Destroy() { this->~Signal0(); this->m_Allocator->Free(this); }
344 slot->Destroy();
352 slot->Destroy();
467 void Destroy()
478 void Destroy(AllocatorType* allocator)
644 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); }
775 slot->Destroy();
783 slot->Destroy();
[all …]
/NW4C-2.0.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp71 m_Instance->m_ProfileManager->Destroy(allocator); in Finalize()
77 m_Instance->m_IntervalProfileManager->Destroy(allocator); in Finalize()
/NW4C-2.0.3/include/nw/demo/
Ddemo_HioPacketChannel.h96 void Destroy();
258 void Destroy() {} in Destroy() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Pad.cpp42 Pad::Destroy() in Destroy() function in nw::demo::Pad
161 s_pPad->Destroy(); in Finalize()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GfxObject.h46 void Destroy() { this->~GfxObject(); m_Allocator.Free( this ); } in Destroy() function
138 object->Destroy(); in operator()
/NW4C-2.0.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp199 void* OriginalSoundHeap::Destroy() in Destroy() function in OriginalSoundHeap
201 return m_pFrameHeap->Destroy(); in Destroy()
DOriginalSoundHeapApp.h36 void* Destroy();
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h122 void* Destroy();
/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h62 void Destroy() in Destroy() function
295 m_pCnt->Destroy(); in ~SharedPtr()
516 m_pCnt->Destroy(); in ~WeakPtr()
Dut_FrameHeap.h54 void* Destroy();

123