| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_FragmentLight.cpp | 192 allocator->Free( resFragmentLight->toDistanceSampler.to_ptr() ); in DestroyResFragmentLight() 196 allocator->Free( angleSampler->toSampler.to_ptr() ); in DestroyResFragmentLight() 197 allocator->Free( resFragmentLight->toAngleSampler.to_ptr() ); in DestroyResFragmentLight() 200 allocator->Free( const_cast<char*>( resFragmentLight->toName.to_ptr() ) ); in DestroyResFragmentLight() 202 allocator->Free( resFragmentLight ); in DestroyResFragmentLight()
|
| D | gfx_Fog.cpp | 169 allocator->Free( const_cast<char*>( resFog->toName.to_ptr() ) ); in DestroyResFog() 174 allocator->Free( resFog->toFogUpdater.to_ptr() ); in DestroyResFog() 182 allocator->Free( fogSampler.ref().toCommandCacheTable.to_ptr() ); in DestroyResFog() 185 allocator->Free( resFog->toFogSampler.to_ptr() ); in DestroyResFog() 188 allocator->Free( resFog ); in DestroyResFog() 210 allocator->Free( resFogUpdater ); in DestroyResFogUpdater()
|
| D | gfx_Material.cpp | 520 allocator->Free(resMaterial.ref().toShaderParametersTable.to_ptr()); in DestroyResMaterial() 523 allocator->Free(resMaterial.ptr()); in DestroyResMaterial() 541 allocator->Free(resFragmentLightingTable.GetReflectanceRSampler().ptr()); in DestroyResFragmentShader() 546 allocator->Free(resFragmentLightingTable.GetReflectanceGSampler().ptr()); in DestroyResFragmentShader() 551 allocator->Free(resFragmentLightingTable.GetReflectanceBSampler().ptr()); in DestroyResFragmentShader() 556 allocator->Free(resFragmentLightingTable.GetDistribution0Sampler().ptr()); in DestroyResFragmentShader() 561 allocator->Free(resFragmentLightingTable.GetDistribution1Sampler().ptr()); in DestroyResFragmentShader() 566 allocator->Free(resFragmentLightingTable.GetFresnelSampler().ptr()); in DestroyResFragmentShader() 569 allocator->Free(resFragmentLightingTable.ptr()); in DestroyResFragmentShader() 572 allocator->Free(resFragmentShader.ptr()); in DestroyResFragmentShader() [all …]
|
| D | gfx_AmbientLight.cpp | 150 allocator->Free( const_cast<char*>( resAmbientLight->toName.to_ptr() ) ); in DestroyResAmbientLight() 152 allocator->Free( resAmbientLight ); in DestroyResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 151 allocator->Free( const_cast<char*>( resHemiSphereLight->toName.to_ptr() ) ); in DestroyResHemiSphereLight() 153 allocator->Free( resHemiSphereLight ); in DestroyResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 169 allocator->Free( const_cast<char*>( resVertexLight->toName.to_ptr() ) ); in DestroyResVertexLight() 171 allocator->Free( resVertexLight ); in DestroyResVertexLight()
|
| /NW4C-1.2.23/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.2.23/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.2.23/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.2.23/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()
|
| /NW4C-1.2.23/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.2.23/sources/libraries/snd/platform/ |
| D | snd_HardwareChannelManagerAX.cppi | 42 Free( pChannel ); 61 Free( pChannel );
|
| /NW4C-1.2.23/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); } 448 allocator->Free(this); 457 allocator->Free(this); 590 allocator->Free(memory); 619 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); } 856 allocator->Free(this); 865 allocator->Free(this); [all …]
|
| /NW4C-1.2.23/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.2.23/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.2.23/include/nw/os/ |
| D | os_Memory.h | 54 virtual void Free(void* memory) = 0; 143 Free(objects); in DestructAndFree() 288 allocator->Free(static_cast<void*>(memory)); in SafeFree()
|