| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundArchiveLoader.h | 133 SoundMemoryAllocatable* pAllocator, 166 SoundMemoryAllocatable* pAllocator, 208 SoundMemoryAllocatable* pAllocator ); 214 SoundMemoryAllocatable* pAllocator ); 235 SoundMemoryAllocatable* pAllocator, 240 SoundMemoryAllocatable* pAllocator, 246 SoundMemoryAllocatable* pAllocator, 251 SoundMemoryAllocatable* pAllocator, 256 SoundMemoryAllocatable* pAllocator, 261 SoundMemoryAllocatable* pAllocator, [all …]
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_SoundArchiveLoader.cpp | 113 SoundMemoryAllocatable* pAllocator, in LoadData() argument 128 if ( pAllocator == NULL ) in LoadData() 139 return LoadSequenceSound( itemId, pAllocator, loadFlag, loadBlockSize ); in LoadData() 141 return LoadWaveSound( itemId, pAllocator, loadFlag, loadBlockSize ); in LoadData() 147 return LoadBank( itemId, pAllocator, loadFlag, loadBlockSize ); in LoadData() 149 return LoadWaveArchive( itemId, pAllocator, loadFlag, loadBlockSize ); in LoadData() 151 return LoadGroup( itemId, pAllocator, loadBlockSize ); in LoadData() 153 return LoadSoundGroup( itemId, pAllocator, loadFlag, loadBlockSize ); in LoadData() 162 SoundMemoryAllocatable* pAllocator, in LoadData() argument 169 return LoadData( id, pAllocator, loadFlag, loadBlockSize ); in LoadData() [all …]
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 44 static SharedPtrCount* Create( nw::os::IAllocator* pAllocator = NULL ) 46 if ( pAllocator ) 48 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); 49 return new(buf) SharedPtrCount( pAllocator ); 143 /* ctor */ SharedPtrCount( nw::os::IAllocator* pAllocator ) in SharedPtrCount() argument 146 m_pAllocator( pAllocator ) in SharedPtrCount() 199 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL… 202 m_pAllocator( pAllocator ) in m_pObj() 212 m_pCnt = SharedPtrCount<TLockObject>::Create( pAllocator ); in m_pObj() 335 …SharedPtr& Reset(TObj* pObj = NULL, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<… [all …]
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Init.cpp | 28 nw::os::IAllocator* pAllocator, in Initialize() argument 31 Layout::SetAllocator(pAllocator); in Initialize()
|
| D | lyt_Layout.cpp | 111 Layout::SetAllocator(nw::os::IAllocator* pAllocator) in SetAllocator() argument 113 s_pAllocator = pAllocator; in SetAllocator() 117 Layout::SetDeviceMemoryAllocator(nw::os::IAllocator* pAllocator) in SetDeviceMemoryAllocator() argument 119 s_pDeviceMemoryAllocator = pAllocator; in SetDeviceMemoryAllocator()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_OffScreenBuffer.cpp | 31 OffScreenBuffer::OffScreenBuffer(os::IAllocator* pAllocator, const Description& description, ResPix… in OffScreenBuffer() argument 32 : IRenderTarget(pAllocator), in OffScreenBuffer()
|
| D | gfx_OnScreenBuffer.cpp | 31 OnScreenBuffer::OnScreenBuffer(os::IAllocator* pAllocator, const Description& description) in OnScreenBuffer() argument 32 : IRenderTarget(pAllocator), in OnScreenBuffer()
|
| D | gfx_MeshRenderer.cpp | 77 MeshRenderer::Create(nw::os::IAllocator* pAllocator) in Create() argument 79 NW_NULL_ASSERT(pAllocator); in Create() 83 void* buf = pAllocator->Alloc(size); in Create() 85 return new(buf) MeshRenderer(pAllocator); in Create()
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Init.h | 50 nw::os::IAllocator* pAllocator,
|
| D | lyt_Layout.h | 126 static void SetAllocator(nw::os::IAllocator* pAllocator); 142 static void SetDeviceMemoryAllocator(nw::os::IAllocator* pAllocator);
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_OffScreenBuffer.h | 59 …OffScreenBuffer(os::IAllocator* pAllocator, const Description& description, ResPixelBasedTexture r…
|
| D | gfx_OnScreenBuffer.h | 55 OnScreenBuffer(os::IAllocator* pAllocator, const Description& description);
|
| D | gfx_PerspectiveProjectionUpdater.h | 131 os::IAllocator* pAllocator,
|
| D | gfx_FrustumProjectionUpdater.h | 129 os::IAllocator* pAllocator,
|
| D | gfx_OrthoProjectionUpdater.h | 130 os::IAllocator* pAllocator,
|
| D | gfx_MeshRenderer.h | 62 static MeshRenderer* Create(nw::os::IAllocator* pAllocator);
|
| D | gfx_LookAtTargetViewUpdater.h | 133 os::IAllocator* pAllocator,
|
| D | gfx_AimTargetViewUpdater.h | 133 os::IAllocator* pAllocator,
|
| D | gfx_RotateViewUpdater.h | 133 os::IAllocator* pAllocator,
|
| D | gfx_RenderContext.h | 530 nw::os::IAllocator* pAllocator,
|
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | SmCamera.cpp | 100 nw::os::IAllocator* pAllocator = m_Allocator; in SmCamera() local 103 = nw::gfx::LookAtTargetViewUpdater::Create(pAllocator); in SmCamera() 112 = nw::gfx::PerspectiveProjectionUpdater::Create(pAllocator); in SmCamera() 127 .Create(pAllocator); in SmCamera()
|
| /NW4C-1.3.3/tools/DebuggerLauncher/ |
| D | CLOADRUNCTR.H | 205 int SetAllocator(void* (*pAllocator)(size_t)) in SetAllocator() 207 return (m_pSetAllocator) ? (*m_pSetAllocator)(pAllocator) : -1; in SetAllocator()
|