Home
last modified time | relevance | path

Searched refs:AllocMemory (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h165 static void* AllocMemory(u32 size, u8 alignment = 4);
630 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
653 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
678 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
705 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
734 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
746 void* pMem = AllocMemory(sizeof(T) * num); in NewArray()
/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommandManager.h57 void* AllocMemory( u32 count );
94 Command* command = reinterpret_cast<Command*>( AllocMemory( commandAreaCount ) ); in AllocCommand()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp194 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
212 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
230 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp88 void* drawBuffer = Layout::AllocMemory(drawBufferSize, 4); in LoadFont()
Dlyt_GraphicsResource.cpp275 m_pRectShaderBinary = Layout::AllocMemory(fileSize); in SetResource()
Dlyt_Layout.cpp125 Layout::AllocMemory(u32 size, u8 alignment) in AllocMemory() function in nw::lyt::Layout
Dlyt_TextBox.cpp382 void* pDispStringBuf = Layout::AllocMemory(drawBufSize); in AllocStringBuffer()
Dlyt_Material.cpp356 m_pMem = Layout::AllocMemory( in ReserveMem()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp65 void* DriverCommandManager::AllocMemory( u32 count ) in AllocMemory() function in nw::snd::internal::DriverCommandManager