Searched refs:SmStaticCommandCache (Results 1 – 5 of 5) sorted by relevance
22 GLuint SmStaticCommandCache::m_StaticCommandList = 0;24 SmStaticCommandCache* s_StaticCmdCache = NULL;31 SmStaticCommandCache::SmStaticCommandCache() in SmStaticCommandCache() function in __anonb1ed69090111::SmStaticCommandCache56 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()
148 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 …]
104 SmStaticCommandCache* s_StaticCommandCache = NULL;164 s_StaticCommandCache = new SmStaticCommandCache(); in InitializeGraphics()
22 class SmStaticCommandCache; variable28 friend class SmStaticCommandCache; variable123 class SmStaticCommandCache : public SmBase149 SmStaticCommandCache();152 ~SmStaticCommandCache();
77 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;123 SmStaticCommandCache::CopiedCmdCache m_CopiedCmdCache;