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