Home
last modified time | relevance | path

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

123

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_TaskThread.cpp45 Destroy(); in ~TaskThread()
56 Destroy(); in Create()
87 void TaskThread::Destroy() in Destroy() function in nw::snd::internal::TaskThread
Dsnd_MmlSequenceTrackAllocator.cpp74 void MmlSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy() function in nw::snd::internal::driver::MmlSequenceTrackAllocator
76 m_TrackPool.Destroy( buffer, size ); in Destroy()
Dsnd_SoundHeap.cpp52 Destroy(); in ~SoundHeap()
86 void SoundHeap::Destroy() in Destroy() function in nw::snd::SoundHeap
94 m_FrameHeap.Destroy(); in Destroy()
Dsnd_MidiSequenceTrackAllocator.cpp123 void MidiSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy() function in nw::snd::internal::driver::MidiSequenceTrackAllocator
125 MidiSequenceTrackPool::GetInstance().Destroy( buffer, size ); in Destroy()
Dsnd_PlayerHeap.cpp55 Destroy(); in ~PlayerHeap()
90 void PlayerHeap::Destroy() in Destroy() function in nw::snd::internal::PlayerHeap
Dsnd_FrameHeap.cpp86 Destroy(); in ~FrameHeap()
106 Destroy(); in Create()
134 void FrameHeap::Destroy() in Destroy() function in nw::snd::internal::FrameHeap
145 m_pHeap->Destroy(); in Destroy()
Dsnd_ChannelManager.cpp72 m_Pool.Destroy( m_pMem, m_MemSize ); in Finalize()
/NW4C-1.2.23/include/nw/dev/
Ddev_CallbackChain.h45 void Destroy();
90 void Destroy(){}
Ddev_Screenshot.h234 void Destroy(os::IAllocator* allocator);
316 void Destroy(os::IAllocator*) {}
/NW4C-1.2.23/include/nw/snd/
Dsnd_InstancePool.h86 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() function
163 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() function
Dsnd_MidiSequenceTrackAllocator.h40 void Destroy( void* buffer, unsigned long size );
Dsnd_TaskThread.h32 void Destroy();
Dsnd_MmlSequenceTrackAllocator.h47 void Destroy( void* buffer, unsigned long size );
Dsnd_PlayerHeap.h51 void Destroy();
Dsnd_SoundHeap.h126 void Destroy();
/NW4C-1.2.23/sources/libraries/dev/
Ddev_ParticleProfile.cpp69 m_Instance->m_ProfileManager->Destroy(allocator); in Finalize()
75 m_Instance->m_IntervalProfileManager->Destroy(allocator); in Finalize()
/NW4C-1.2.23/include/nw/ut/generated/
Dut_Signal.hi36 void Destroy()
47 void Destroy(AllocatorType* allocator)
211 void Destroy() { this->~Signal0(); this->m_Allocator->Free(this); }
319 slot->Destroy();
327 slot->Destroy();
442 void Destroy()
453 void Destroy(AllocatorType* allocator)
619 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); }
727 slot->Destroy();
735 slot->Destroy();
[all …]
/NW4C-1.2.23/include/nw/demo/
Ddemo_HioPacketChannel.h94 void Destroy();
256 void Destroy() {} in Destroy() function
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Pad.cpp40 Pad::Destroy() in Destroy() function in nw::demo::Pad
159 s_pPad->Destroy(); in Finalize()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_GfxObject.h44 void Destroy() { this->~GfxObject(); m_Allocator.Free( this ); } in Destroy() function
136 object->Destroy(); in operator()
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp197 void* OriginalSoundHeap::Destroy() in Destroy() function in OriginalSoundHeap
199 return m_pFrameHeap->Destroy(); in Destroy()
DOriginalSoundHeapApp.h34 void* Destroy();
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFont.h120 void* Destroy();
/NW4C-1.2.23/include/nw/ut/
Dut_SharedPtr.h60 void Destroy() in Destroy() function
293 m_pCnt->Destroy(); in ~SharedPtr()
498 m_pCnt->Destroy(); in ~WeakPtr()
Dut_FrameHeap.h52 void* Destroy();

123