Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h163 static void* AllocMemory(u32 size, u8 alignment = 4);
628 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
651 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
676 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
703 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
732 if (void* pMem = Layout::AllocMemory(sizeof(T))) in NewObj()
744 void* pMem = AllocMemory(sizeof(T) * num); in NewArray()
/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommandManager.h55 void* AllocMemory( u32 count );
92 Command* command = reinterpret_cast<Command*>( AllocMemory( commandAreaCount ) ); in AllocCommand()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp192 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
210 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
228 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp86 void* drawBuffer = Layout::AllocMemory(drawBufferSize, 4); in LoadFont()
Dlyt_GraphicsResource.cpp273 m_pRectShaderBinary = Layout::AllocMemory(fileSize); in SetResource()
Dlyt_Layout.cpp123 Layout::AllocMemory(u32 size, u8 alignment) in AllocMemory() function in nw::lyt::Layout
Dlyt_TextBox.cpp380 void* pDispStringBuf = Layout::AllocMemory(drawBufSize); in AllocStringBuffer()
Dlyt_Material.cpp354 m_pMem = Layout::AllocMemory( in ReserveMem()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp63 void* DriverCommandManager::AllocMemory( u32 count ) in AllocMemory() function in nw::snd::internal::DriverCommandManager