Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp68 m_CommandListId(0), in CommandCache()
115 if ( m_CommandListId != 0 ) in Finalize()
117 nngxDeleteCmdlists(1, &m_CommandListId); in Finalize()
118 m_CommandListId = 0; in Finalize()
168 nngxGenCmdlists(1, &m_CommandListId); in BeginSave()
169 nngxBindCmdlist(m_CommandListId); in BeginSave()
311 nngxUseSavedCmdlist(m_CommandListId, in Append()
341 NN_LOG(" commandListId = %d\n", m_CommandListId); in Print()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/CommandCache/
Ddemo_CommandCache.h147 GLuint m_CommandListId; variable