Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp88 void SmStaticCommandCache::CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in CreateCopiedCmdCache() argument
111 if ( !cmdCacheCopied.cmdBuff ) in CreateCopiedCmdCache()
113 cmdCacheCopied.cmdBuff = m_Allocator->Alloc( copiedBuffSize ); in CreateCopiedCmdCache()
114 cmdCacheCopied.cmdBuffSize = copiedBuffSize; in CreateCopiedCmdCache()
122 cmdCacheCopied.cmdBuff ); in CreateCopiedCmdCache()
135 void SmStaticCommandCache::DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in DestroyCopiedCmdCache() argument
137 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
142 void SmStaticCommandCache::UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in UseCopiedCmdCache() argument
149 nngxImportCmdlist( currentCmdList, cmdCacheCopied.cmdBuff, cmdCacheCopied.cmdBuffSize ); in UseCopiedCmdCache()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCommandUtility.h159 static void CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );
160 static void DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );
161 static void UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );