Home
last modified time | relevance | path

Searched refs:Free (Results 1 – 25 of 97) sorted by relevance

1234

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Material.cpp526 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 …]
Dgfx_FragmentLight.cpp227 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()
Dgfx_Fog.cpp204 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/
Danim_ResUtil.cpp86 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/
Ddev_Screenshot.cpp60 (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()
Ddev_CallbackChain.cpp58 m_Allocator->Free( m_MicroSecArray ); in ~CallbackChain()
73 m_Allocator->Free(memory); in Destroy()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Memory.h86 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/
Ddemo_Memory.cpp69 nw::demo::Free(reinterpret_cast<void*>(allocator->GetStartAddress())); in FinalizeDemoAllocator()
128 Free(void* memory) in Free() function
132 s_MainMemoryHeap.Free( memory ); in Free()
Ddemo_SimpleApp.cpp173 SimpleApp::Free(void* ptr) in Free() function in nw::demo::SimpleApp
175 nw::demo::Free(ptr); in Free()
Ddemo_HioPacketChannel.cpp55 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/
Dsnd_ChannelManager.cpp83 void ChannelManager::Free( Channel* channel ) in Free() function in nw::snd::internal::driver::ChannelManager
86 m_Pool.Free( channel ); in Free()
Dsnd_Channel.cpp497 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()
Dsnd_MmlSequenceTrackAllocator.cpp66 m_TrackPool.Free( reinterpret_cast<MmlSequenceTrack*>( track ) ); // TODO: 気になるキャスト in FreeTrack()
Dsnd_MidiSequenceTrackAllocator.cpp81 …MidiSequenceTrackPool::GetInstance().Free( reinterpret_cast<MidiSequenceTrack*>( track ) ); // TOD… in FreeTrack()
Dsnd_VoiceManager.cpp102 voice.Free(); in StopAllVoices()
251 dropVoice->Free(); in DropLowestPriorityVoice()
/NW4C-1.3.3/include/nw/snd/
Dsnd_InstancePool.h119 void Free( T* obj ) { FreeImpl( obj ); } in Free() function
201 void Free( T* obj ) in Free() function
Dsnd_StreamBufferPool.h31 void Free( void* pPtr );
Dsnd_ChannelManager.h37 void Free( Channel* channel );
Dsnd_HardwareChannelManager.h62 void Free( HardwareChannel* hardwareChannel );
/NW4C-1.3.3/sources/libraries/snd/platform/
Dsnd_HardwareChannelManagerAX.cppi42 Free( pChannel );
61 Free( pChannel );
/NW4C-1.3.3/include/nw/ut/generated/
Dut_Signal.hi42 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/
DOriginalSoundHeapApp.cpp183 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/
Dgfx_ResTexture.cpp817 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/
Dos_Memory.h77 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/
Dut_FrameHeap.h56 void Free( int mode );

1234