Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp113 SoundMemoryAllocatable* pAllocator, in LoadData()
162 SoundMemoryAllocatable* pAllocator, in LoadData()
175 SoundMemoryAllocatable* pAllocator, in LoadImpl()
206 SoundMemoryAllocatable* pAllocator, in LoadSequenceSound()
246 SoundMemoryAllocatable* pAllocator, in LoadWaveSound()
341 SoundMemoryAllocatable* pAllocator, in LoadBank()
406 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveImpl()
444 SoundMemoryAllocatable* pAllocator, in LoadWaveArchive()
463 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveTable()
549 SoundMemoryAllocatable* pAllocator, in LoadIndividualWave()
[all …]
/NW4C-1.3.3/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.3.3/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.cpp77 MeshRenderer::Create(nw::os::IAllocator* pAllocator) in Create()
/NW4C-1.3.3/include/nw/ut/
Dut_SharedPtr.h143 /* ctor */ SharedPtrCount( nw::os::IAllocator* pAllocator ) in SharedPtrCount()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCamera.cpp100 nw::os::IAllocator* pAllocator = m_Allocator; in SmCamera() local