Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp24 GLuint SmStaticCommandCache::m_StaticCommandList = 0; member in SmStaticCommandCache
44 nngxGenCmdlists( 1, &m_StaticCommandList ); in SmStaticCommandCache()
45 nngxBindCmdlist( m_StaticCommandList ); in SmStaticCommandCache()
60 nngxDeleteCmdlists( 1, &m_StaticCommandList ); in ~SmStaticCommandCache()
70 cmdReuser.StartCaching( m_StaticCommandList ); in StartStaticCmdCache()
97 nngxBindCmdlist( m_StaticCommandList ); in CreateCopiedCmdCache()
102 copiedBuffSize = nngxExportCmdlist( m_StaticCommandList, in CreateCopiedCmdCache()
116 nngxExportCmdlist( m_StaticCommandList, in CreateCopiedCmdCache()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCommandUtility.h164 static GLuint m_StaticCommandList;