Home
last modified time | relevance | path

Searched defs:readInfoLog (Results 1 – 3 of 3) sorted by relevance

/external/deqp/execserver/
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
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp282 int TestProcess::readInfoLog (deUint8* dst, int numBytes) in readInfoLog() function in tcu::Android::TestProcess