Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp55 m_ReusableCommandLists(), in CommandListSwapper()
75 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
76 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
77 CommandListArray::iterator cacheEnd = m_ReusableCommandLists.end(); in CommandListSwapper()
78 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper()
300 NW_ASSERT( !m_ReusableCommandLists.empty() ); in StartCommandSave()
302 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in StartCommandSave()
312 NW_ASSERT( !m_ReusableCommandLists.empty() ); in EndCommandSave()
331 NW_ASSERT( !m_ReusableCommandLists.empty() ); in ReuseCommand()
334 m_ReusableCommandLists[m_BoundIndex], in ReuseCommand()
[all …]
/NW4C-1.3.3/include/nw/demo/
Ddemo_CommandListSwapper.h320 CommandListArray m_ReusableCommandLists; variable