Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp22 GLuint SmStaticCommandCache::m_StaticCommandList = 0;
24 SmStaticCommandCache* s_StaticCmdCache = NULL;
31 SmStaticCommandCache::SmStaticCommandCache() in SmStaticCommandCache() function in __anon7bb48c780111::SmStaticCommandCache
56 SmStaticCommandCache::~SmStaticCommandCache() in ~SmStaticCommandCache()
66 void SmStaticCommandCache::StartStaticCmdCache( SmCommandReuser& cmdReuser ) in StartStaticCmdCache()
75 void SmStaticCommandCache::EndStaticCmdCache( SmCommandReuser& cmdReuser ) in EndStaticCmdCache()
86 void SmStaticCommandCache::CreateCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in CreateCopiedCmdCache()
133 void SmStaticCommandCache::DestroyCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in DestroyCopiedCmdCache()
140 void SmStaticCommandCache::UseCopiedCmdCache( CopiedCmdCache& cmdCacheCopied ) in UseCopiedCmdCache()
DSmPrimitive.cpp148 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~SmOgl()
181 SmStaticCommandCache::StartStaticCmdCache( m_SetBeginCmd ); in SetBegin2D()
204 SmStaticCommandCache::EndStaticCmdCache( m_SetBeginCmd ); in SetBegin2D()
207 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
225 SmStaticCommandCache::UseCopiedCmdCache( m_CopiedCmdCache ); in SetBegin2D()
257 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in ~Sm2DPrimPC()
288 SmStaticCommandCache::StartStaticCmdCache( m_CmdCache ); in Render()
292 SmStaticCommandCache::EndStaticCmdCache( m_CmdCache ); in Render()
297 SmStaticCommandCache::DestroyCopiedCmdCache( m_CopiedCmdCache ); in Render()
301 SmStaticCommandCache::CreateCopiedCmdCache( m_CopiedCmdCache ); in Render()
[all …]
Dmain.cpp104 SmStaticCommandCache* s_StaticCommandCache = NULL;
160 s_StaticCommandCache = new SmStaticCommandCache(); in InitializeGraphics()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmCommandUtility.h22 class SmStaticCommandCache; variable
28 friend class SmStaticCommandCache; variable
123 class SmStaticCommandCache : public SmBase
149 SmStaticCommandCache();
152 ~SmStaticCommandCache();
DSmPrimitive.h77 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;
123 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;