Home
last modified time | relevance | path

Searched refs:readTestLog (Results 1 – 10 of 10) sorted by relevance

/external/deqp/execserver/
DxsTestProcess.hpp51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL;
DxsPosixTestProcess.hpp89 virtual int readTestLog (deUint8* dst, int numBytes);
DxsWin32TestProcess.hpp192 virtual int readTestLog (deUint8* dst, int numBytes);
DxsTestDriver.cpp205 ? m_process->readTestLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1) in pollBuffer()
DxsPosixTestProcess.cpp314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::PosixTestProcess
DxsWin32TestProcess.cpp754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::Win32TestProcess
/external/deqp/framework/platform/android/
DtcuAndroidExecService.hpp57 virtual int readTestLog (deUint8* dst, int numBytes);
DtcuAndroidExecService.cpp254 int TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in tcu::Android::TestProcess
/external/deqp/external/vulkancts/scripts/
Dverify_submission.py114 def readTestLog (filename): function
119 results = readTestLog(filename)
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm135 int readTestLog (deUint8* dst, int numBytes);
201 int LocalTestProcess::readTestLog (deUint8* dst, int numBytes)