Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp52 m_CommandLists(description.commandListCount, allocator), in CommandListSwapper()
65 m_CommandLists.resize(description.commandListCount); in CommandListSwapper()
66 CommandListArray::iterator listEnd = m_CommandLists.end(); in CommandListSwapper()
67 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper()
142 if (this->m_CommandLists.size() <= this->m_BoundIndex) in Swap()
146 if (this->m_CommandLists.size() > 1) in Swap()
161 nngxBindCmdlist(m_CommandLists[m_RunningIndex]); in WaitDone()
172 if (this->m_CommandLists.size() == 1) in WaitDone()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h193 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId()
196 size_t GetListCount() const { return this->m_CommandLists.size(); } in GetListCount()
318 CommandListArray m_CommandLists; variable