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

  /external/deqp/execserver/
xsPosixTestProcess.hpp 90 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
99 ThreadedByteBuffer m_infoBuffer;
xsWin32TestProcess.hpp 193 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
203 ThreadedByteBuffer m_infoBuffer;

Completed in 31 milliseconds