Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp24 GLuint SmStaticCommandCache::m_StaticCommandList = 0;
26 SmStaticCommandCache* s_StaticCmdCache = NULL;
33 SmStaticCommandCache::SmStaticCommandCache() in SmStaticCommandCache() function in __anon547b9d360111::SmStaticCommandCache
58 SmStaticCommandCache::~SmStaticCommandCache() in ~SmStaticCommandCache()
68 void SmStaticCommandCache::StartStaticCmdCache( SmCommandReuser& cmdReuser ) in StartStaticCmdCache()
77 void SmStaticCommandCache::EndStaticCmdCache( SmCommandReuser& cmdReuser ) in EndStaticCmdCache()
88 void SmStaticCommandCache::CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in CreateCopiedCmdCache()
135 void SmStaticCommandCache::DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in DestroyCopiedCmdCache()
142 void SmStaticCommandCache::UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in UseCopiedCmdCache()
DSmPrimitive.cpp150 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~SmOgl()
183 SmStaticCommandCache::StartStaticCmdCache( m_SetBeginCmd ); in SetBegin2D()
206 SmStaticCommandCache::EndStaticCmdCache( m_SetBeginCmd ); in SetBegin2D()
209 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
227 SmStaticCommandCache::UseCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
259 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~Sm2DPrimPC()
290 SmStaticCommandCache::StartStaticCmdCache( m_CmdCache ); in Render()
294 SmStaticCommandCache::EndStaticCmdCache( m_CmdCache ); in Render()
299 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in Render()
303 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in Render()
[all …]
Dmain.cpp106 SmStaticCommandCache* s_StaticCommandCache = NULL;
162 s_StaticCommandCache = new SmStaticCommandCache(); in InitializeGraphics()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCommandUtility.h24 class SmStaticCommandCache; variable
30 friend class SmStaticCommandCache; variable
125 class SmStaticCommandCache : public SmBase
151 SmStaticCommandCache();
154 ~SmStaticCommandCache();
DSmPrimitive.h79 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;
125 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;