Home
last modified time | relevance | path

Searched defs:pAllocator (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundDataManager.cpp172 SoundMemoryAllocatable* pAllocator, in LoadData()
212 SoundMemoryAllocatable* pAllocator, in LoadData()
225 SoundMemoryAllocatable* pAllocator, in LoadImpl()
257 SoundMemoryAllocatable* pAllocator, in LoadSequenceSound()
297 SoundMemoryAllocatable* pAllocator, in LoadWaveSound()
392 SoundMemoryAllocatable* pAllocator, in LoadBank()
459 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveImpl()
497 SoundMemoryAllocatable* pAllocator, in LoadWaveArchive()
516 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveTable()
600 SoundMemoryAllocatable* pAllocator, in LoadIndividualWave()
[all …]
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Init.cpp28 nw::os::IAllocator* pAllocator, in Initialize()
Dlyt_Layout.cpp111 Layout::SetAllocator(nw::os::IAllocator* pAllocator) in SetAllocator()
117 Layout::SetDeviceMemoryAllocator(nw::os::IAllocator* pAllocator) in SetDeviceMemoryAllocator()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp31 OnScreenBuffer::OnScreenBuffer(os::IAllocator* pAllocator, const Description& description) in OnScreenBuffer()
Dgfx_OffScreenBuffer.cpp31 OffScreenBuffer::OffScreenBuffer(os::IAllocator* pAllocator, const Description& description, ResPix… in OffScreenBuffer()
Dgfx_MeshRenderer.cpp84 MeshRenderer::Create(nw::os::IAllocator* pAllocator) in Create()
/NW4C-1.2.23/include/nw/ut/
Dut_SharedPtr.h143 /* ctor */ SharedPtrCount( nw::os::IAllocator* pAllocator ) in SharedPtrCount()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCamera.cpp100 nw::os::IAllocator* pAllocator = m_Allocator; in SmCamera() local