Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp41 m_CommandListBegin = NULL; in Initialize()
137 m_CommandListBegin = command; in PushCommand()
172 if ( m_CommandListBegin == NULL ) { in FlushCommand()
181 uptr msg = reinterpret_cast<uptr>(m_CommandListBegin); in FlushCommand()
197 m_CommandListBegin->tag = tag; in FlushCommand()
200 m_CommandListBegin = NULL; in FlushCommand()
/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommandManager.h70 DriverCommand* m_CommandListBegin; variable