Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp111 if ( !cmdCacheCopied.cmdBuff ) in CreateCopiedCmdCache()
113 cmdCacheCopied.cmdBuff = m_Allocator->Alloc( copiedBuffSize ); in CreateCopiedCmdCache()
122 cmdCacheCopied.cmdBuff ); in CreateCopiedCmdCache()
137 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
149 nngxImportCmdlist( currentCmdList, cmdCacheCopied.cmdBuff, cmdCacheCopied.cmdBuffSize ); in UseCopiedCmdCache()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCommandUtility.h130 GLvoid* cmdBuff; member
145 cmdBuff = NULL; in Init()