Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPrimitive.cpp150 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~SmOgl()
180 if ( !m_CopiedCmdCache.IsCopied() ) in SetBegin2D()
209 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
225 if ( m_CopiedCmdCache.IsCopied() ) in SetBegin2D()
227 SmStaticCommandCache::UseCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
248 m_CopiedCmdCache.Init(); in Sm2DPrimPC()
259 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~Sm2DPrimPC()
297 if ( m_CopiedCmdCache.IsCopied() ) in Render()
299 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in Render()
303 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in Render()
[all …]
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPrimitive.h79 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache; variable
125 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache; variable