| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_Material.cpp | 526 allocator->Free(resMaterial.ref().toShaderParametersTable.to_ptr()); in DestroyResMaterial() 529 allocator->Free(resMaterial.ptr()); in DestroyResMaterial() 547 … allocator->Free(resFragmentLightingTable.GetReflectanceRSampler().GetSampler().ptr()); in DestroyResFragmentShader() 548 allocator->Free(resFragmentLightingTable.GetReflectanceRSampler().ptr()); in DestroyResFragmentShader() 553 … allocator->Free(resFragmentLightingTable.GetReflectanceGSampler().GetSampler().ptr()); in DestroyResFragmentShader() 554 allocator->Free(resFragmentLightingTable.GetReflectanceGSampler().ptr()); in DestroyResFragmentShader() 559 … allocator->Free(resFragmentLightingTable.GetReflectanceBSampler().GetSampler().ptr()); in DestroyResFragmentShader() 560 allocator->Free(resFragmentLightingTable.GetReflectanceBSampler().ptr()); in DestroyResFragmentShader() 565 … allocator->Free(resFragmentLightingTable.GetDistribution0Sampler().GetSampler().ptr()); in DestroyResFragmentShader() 566 allocator->Free(resFragmentLightingTable.GetDistribution0Sampler().ptr()); in DestroyResFragmentShader() [all …]
|
| D | gfx_FragmentLight.cpp | 227 allocator->Free( resFragmentLight->toDistanceSampler.to_ptr() ); in DestroyResFragmentLight() 231 allocator->Free( angleSampler->toSampler.to_ptr() ); in DestroyResFragmentLight() 232 allocator->Free( resFragmentLight->toAngleSampler.to_ptr() ); in DestroyResFragmentLight() 235 allocator->Free( const_cast<char*>( resFragmentLight->toName.to_ptr() ) ); in DestroyResFragmentLight() 237 allocator->Free( resFragmentLight ); in DestroyResFragmentLight()
|
| D | gfx_Fog.cpp | 204 allocator->Free( const_cast<char*>( resFog->toName.to_ptr() ) ); in DestroyResFog() 209 allocator->Free( resFog->toFogUpdater.to_ptr() ); in DestroyResFog() 217 allocator->Free( fogSampler.ref().toCommandCacheTable.to_ptr() ); in DestroyResFog() 220 allocator->Free( resFog->toFogSampler.to_ptr() ); in DestroyResFog() 223 allocator->Free( resFog ); in DestroyResFog() 245 allocator->Free( resFogUpdater ); in DestroyResFogUpdater()
|
| /NW4C-1.3.3/sources/libraries/anim/res/ |
| D | anim_ResUtil.cpp | 86 allocator->Free(anim.GetTextures(0).ptr()); in DestroyTextureAnimMember() 87 allocator->Free(anim.ptr()->toTexturesTable.to_ptr()); in DestroyTextureAnimMember() 88 allocator->Free(anim.ptr()); in DestroyTextureAnimMember() 182 allocator->Free(anim.ptr()->toMemberAnimSetDic.to_ptr()); in DestroyClonedTextureAnim() 186 allocator->Free(anim.ptr()); in DestroyClonedTextureAnim()
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Screenshot.cpp | 60 (this->m_Allocator)->Free(this->m_CopyScreen); in ~Screenshot() 65 (this->m_Allocator)->Free(this->m_Hash); in ~Screenshot() 138 allocator->Free(this); in Destroy() 222 m_Allocator->Free(screenshot); in ClearScreenshots()
|
| D | dev_CallbackChain.cpp | 58 m_Allocator->Free( m_MicroSecArray ); in ~CallbackChain() 73 m_Allocator->Free(memory); in Destroy()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_Memory.h | 86 void Free(void* memory); 174 virtual void Free(void* memory) in Free() function 188 m_Heap.Free(memory); in Free()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_Memory.cpp | 69 nw::demo::Free(reinterpret_cast<void*>(allocator->GetStartAddress())); in FinalizeDemoAllocator() 128 Free(void* memory) in Free() function 132 s_MainMemoryHeap.Free( memory ); in Free()
|
| D | demo_SimpleApp.cpp | 173 SimpleApp::Free(void* ptr) in Free() function in nw::demo::SimpleApp 175 nw::demo::Free(ptr); in Free()
|
| D | demo_HioPacketChannel.cpp | 55 allocator->Free(this); in Destroy() 74 s_DeviceAllocatorForHioWorkMemory->Free(s_HioWorkMemory); in Finalize() 324 m_DeviceAllocator->Free(m_SerialWorkMemory); in ~HioPacketChannel()
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_ChannelManager.cpp | 83 void ChannelManager::Free( Channel* channel ) in Free() function in nw::snd::internal::driver::ChannelManager 86 m_Pool.Free( channel ); in Free()
|
| D | snd_Channel.cpp | 497 m_pVoice->Free(); in Stop() 510 ChannelManager::GetInstance().Free( this ); in Stop() 593 voice->Free(); in VoiceCallbackFunc() 597 voice->Free(); in VoiceCallbackFunc() 618 ChannelManager::GetInstance().Free( channel ); in VoiceCallbackFunc() 659 ChannelManager::GetInstance().Free( channel ); in AllocChannel()
|
| D | snd_MmlSequenceTrackAllocator.cpp | 66 m_TrackPool.Free( reinterpret_cast<MmlSequenceTrack*>( track ) ); // TODO: 気になるキャスト in FreeTrack()
|
| D | snd_MidiSequenceTrackAllocator.cpp | 81 …MidiSequenceTrackPool::GetInstance().Free( reinterpret_cast<MidiSequenceTrack*>( track ) ); // TOD… in FreeTrack()
|
| D | snd_VoiceManager.cpp | 102 voice.Free(); in StopAllVoices() 251 dropVoice->Free(); in DropLowestPriorityVoice()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_InstancePool.h | 119 void Free( T* obj ) { FreeImpl( obj ); } in Free() function 201 void Free( T* obj ) in Free() function
|
| D | snd_StreamBufferPool.h | 31 void Free( void* pPtr );
|
| D | snd_ChannelManager.h | 37 void Free( Channel* channel );
|
| D | snd_HardwareChannelManager.h | 62 void Free( HardwareChannel* hardwareChannel );
|
| /NW4C-1.3.3/sources/libraries/snd/platform/ |
| D | snd_HardwareChannelManagerAX.cppi | 42 Free( pChannel ); 61 Free( pChannel );
|
| /NW4C-1.3.3/include/nw/ut/generated/ |
| D | ut_Signal.hi | 42 allocator->Free(this); 51 allocator->Free(this); 182 allocator->Free(memory); 211 void Destroy() { this->~Signal0(); this->m_Allocator->Free(this); } 471 allocator->Free(this); 480 allocator->Free(this); 613 allocator->Free(memory); 642 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); } 902 allocator->Free(this); 911 allocator->Free(this); [all …]
|
| /NW4C-1.3.3/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.cpp | 183 void OriginalSoundHeap::Free() in Free() function in OriginalSoundHeap 194 m_pFrameHeap->Free( nw::ut::FrameHeap::FREE_ALL ); in Free()
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResTexture.cpp | 817 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy() 822 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy() 828 allocator->Free(this->ptr()); in DynamicDestroy() 849 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy() 854 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy() 860 allocator->Free(this->ptr()); in DynamicDestroy()
|
| /NW4C-1.3.3/include/nw/os/ |
| D | os_Memory.h | 77 virtual void Free(void* memory) = 0; 181 Free(objects); in DestructAndFree() 326 allocator->Free(static_cast<void*>(memory)); in SafeFree()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_FrameHeap.h | 56 void Free( int mode );
|