Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp86 void SmStaticCommandCache::CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in CreateCopiedCmdCache() argument
109 if ( !cmdCacheCopied.cmdBuff ) in CreateCopiedCmdCache()
111 cmdCacheCopied.cmdBuff = m_Allocator->Alloc( copiedBuffSize ); in CreateCopiedCmdCache()
112 cmdCacheCopied.cmdBuffSize = copiedBuffSize; in CreateCopiedCmdCache()
120 cmdCacheCopied.cmdBuff ); in CreateCopiedCmdCache()
133 void SmStaticCommandCache::DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in DestroyCopiedCmdCache() argument
135 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
140 void SmStaticCommandCache::UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in UseCopiedCmdCache() argument
147 nngxImportCmdlist( currentCmdList, cmdCacheCopied.cmdBuff, cmdCacheCopied.cmdBuffSize ); in UseCopiedCmdCache()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmCommandUtility.h157 static void CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );
158 static void DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );
159 static void UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied );