Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp43 m_CommandListBegin = NULL; in Initialize()
139 m_CommandListBegin = command; in PushCommand()
174 if ( m_CommandListBegin == NULL ) { in FlushCommand()
183 uptr msg = reinterpret_cast<uptr>(m_CommandListBegin); in FlushCommand()
199 m_CommandListBegin->tag = tag; in FlushCommand()
202 m_CommandListBegin = NULL; in FlushCommand()
/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommandManager.h72 DriverCommand* m_CommandListBegin; variable