Searched refs:m_CommandListBegin (Results 1 – 2 of 2) sorted by relevance
43 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()
72 DriverCommand* m_CommandListBegin; variable