Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp141 SoundMemoryAllocatable* pAllocator, in LoadData()
218 SoundMemoryAllocatable* pAllocator, in LoadData()
231 SoundMemoryAllocatable* pAllocator, in LoadImpl()
262 SoundMemoryAllocatable* pAllocator, in LoadSequenceSound()
302 SoundMemoryAllocatable* pAllocator, in LoadWaveSound()
397 SoundMemoryAllocatable* pAllocator, in LoadBank()
467 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveImpl()
505 SoundMemoryAllocatable* pAllocator, in LoadWaveArchive()
524 SoundMemoryAllocatable* pAllocator, in LoadWaveArchiveTable()
610 SoundMemoryAllocatable* pAllocator, in LoadIndividualWave()
[all …]
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Init.cpp30 nw::os::IAllocator* pAllocator, in Initialize()
Dlyt_Layout.cpp113 Layout::SetAllocator(nw::os::IAllocator* pAllocator) in SetAllocator()
119 Layout::SetDeviceMemoryAllocator(nw::os::IAllocator* pAllocator) in SetDeviceMemoryAllocator()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp33 OnScreenBuffer::OnScreenBuffer(os::IAllocator* pAllocator, const Description& description) in OnScreenBuffer()
Dgfx_OffScreenBuffer.cpp33 OffScreenBuffer::OffScreenBuffer(os::IAllocator* pAllocator, const Description& description, ResPix… in OffScreenBuffer()
Dgfx_MeshRenderer.cpp79 MeshRenderer::Create(nw::os::IAllocator* pAllocator) in Create()
/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h145 /* ctor */ SharedPtrCount( nw::os::IAllocator* pAllocator ) in SharedPtrCount()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCamera.cpp102 nw::os::IAllocator* pAllocator = m_Allocator; in SmCamera() local