HomeSort by relevance Sort by last modified time
    Searched refs:m_logBuffer (Results 1 - 2 of 2) sorted by null

  /external/deqp/execserver/
xsWin32TestProcess.hpp 121 int read (deUint8* dst, int numBytes) { return m_logBuffer.tryRead(numBytes, dst); }
124 ThreadedByteBuffer m_logBuffer;
xsWin32TestProcess.cpp 346 : m_logBuffer (LOG_BUFFER_BLOCK_SIZE, LOG_BUFFER_NUM_BLOCKS)
348 , m_reader (&m_logBuffer)
381 m_logBuffer.cancel();
387 m_logBuffer.clear();

Completed in 257 milliseconds