Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmPrimitive.cpp148 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~SmOgl()
178 if ( !m_CopiedCmdCache.IsCopied() ) in SetBegin2D()
207 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
223 if ( m_CopiedCmdCache.IsCopied() ) in SetBegin2D()
225 SmStaticCommandCache::UseCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
246 m_CopiedCmdCache.Init(); in Sm2DPrimPC()
257 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~Sm2DPrimPC()
295 if ( m_CopiedCmdCache.IsCopied() ) in Render()
297 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in Render()
301 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in Render()
[all …]
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPrimitive.h77 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache; variable
123 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache; variable