Home
last modified time | relevance | path

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

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