Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp90 GLsizei copiedBuffSize; in CreateCopiedCmdCache() local
100 copiedBuffSize = nngxExportCmdlist( m_StaticCommandList, in CreateCopiedCmdCache()
111 cmdCacheCopied.cmdBuff = m_Allocator->Alloc( copiedBuffSize ); in CreateCopiedCmdCache()
112 cmdCacheCopied.cmdBuffSize = copiedBuffSize; in CreateCopiedCmdCache()
119 copiedBuffSize, in CreateCopiedCmdCache()