Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp22 GLuint SmStaticCommandCache::m_StaticCommandList = 0; member in SmStaticCommandCache
42 nngxGenCmdlists( 1, &m_StaticCommandList ); in SmStaticCommandCache()
43 nngxBindCmdlist( m_StaticCommandList ); in SmStaticCommandCache()
58 nngxDeleteCmdlists( 1, &m_StaticCommandList ); in ~SmStaticCommandCache()
68 cmdReuser.StartCaching( m_StaticCommandList ); in StartStaticCmdCache()
95 nngxBindCmdlist( m_StaticCommandList ); in CreateCopiedCmdCache()
100 copiedBuffSize = nngxExportCmdlist( m_StaticCommandList, in CreateCopiedCmdCache()
114 nngxExportCmdlist( m_StaticCommandList, in CreateCopiedCmdCache()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmCommandUtility.h162 static GLuint m_StaticCommandList;