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

  /external/deqp/execserver/
xsPosixFileReader.hpp 45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); }
xsWin32TestProcess.hpp 121 int read (deUint8* dst, int numBytes) { return m_logBuffer.tryRead(numBytes, dst); }
193 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
xsPosixTestProcess.hpp 90 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 63 int tryRead (int numElements, T* elements);
348 int BlockBuffer<T>::tryRead (int numElements, T* elements)
deBlockBuffer.cpp 78 int numRead = m_buffer.tryRead(numToRead, &tmpBuf[0]);
  /external/deqp/executor/
xeTcpIpLink.cpp 217 numToSend = 1 + m_buffer.tryRead(DE_LENGTH_OF_ARRAY(buf)-1, &buf[1]);

Completed in 1001 milliseconds