Home
last modified time | relevance | path

Searched refs:cmdBuff (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp109 if ( !cmdCacheCopied.cmdBuff ) in CreateCopiedCmdCache()
111 cmdCacheCopied.cmdBuff = m_Allocator->Alloc( copiedBuffSize ); in CreateCopiedCmdCache()
120 cmdCacheCopied.cmdBuff ); in CreateCopiedCmdCache()
135 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
147 nngxImportCmdlist( currentCmdList, cmdCacheCopied.cmdBuff, cmdCacheCopied.cmdBuffSize ); in UseCopiedCmdCache()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmCommandUtility.h128 GLvoid* cmdBuff; member
143 cmdBuff = NULL; in Init()