Searched refs:readInfoLog (Results 1 - 7 of 7) sorted by relevance

/external/deqp/execserver/
H A DxsTestProcess.hpp52 virtual int readInfoLog (deUint8* dst, int numBytes) = DE_NULL;
H A DxsPosixTestProcess.hpp90 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); } function in class:xs::PosixTestProcess
H A DxsWin32TestProcess.hpp193 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); } function in class:xs::Win32TestProcess
H A DxsTestDriver.cpp206 : m_process->readInfoLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1);
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.hpp58 virtual int readInfoLog (deUint8* dst, int numBytes);
H A DtcuAndroidExecService.cpp282 int TestProcess::readInfoLog (deUint8* dst, int numBytes) function in class:tcu::Android::TestProcess
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm134 int readInfoLog (deUint8* dst, int numBytes) { DE_UNREF(dst && numBytes); return 0; /* not supported */ }

Completed in 248 milliseconds