Searched refs:readInfoLog (Results 1 – 7 of 7) sorted by relevance
52 virtual int readInfoLog (deUint8* dst, int numBytes) = DE_NULL;
90 …virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes,… in readInfoLog() function in xs::PosixTestProcess
193 …virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes,… in readInfoLog() function in xs::Win32TestProcess
206 … : m_process->readInfoLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1); in pollBuffer()
58 virtual int readInfoLog (deUint8* dst, int numBytes);
282 int TestProcess::readInfoLog (deUint8* dst, int numBytes) in readInfoLog() function in tcu::Android::TestProcess
134 …int readInfoLog (deUint8* dst, int numBytes) { DE_UNREF(dst && numBytes); return 0; /* not…