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