Searched refs:readTestLog (Results 1 – 10 of 10) sorted by relevance
/external/deqp/scripts/verify/ |
D | verify.py | 49 def readTestLog (filename): function 54 results = readTestLog(filename)
|
/external/deqp/execserver/ |
D | xsTestProcess.hpp | 51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL;
|
D | xsPosixTestProcess.hpp | 89 virtual int readTestLog (deUint8* dst, int numBytes);
|
D | xsWin32TestProcess.hpp | 192 virtual int readTestLog (deUint8* dst, int numBytes);
|
D | xsTestDriver.cpp | 205 ? m_process->readTestLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1) in pollBuffer()
|
D | xsPosixTestProcess.cpp | 314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::PosixTestProcess
|
D | xsWin32TestProcess.cpp | 754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::Win32TestProcess
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 57 virtual int readTestLog (deUint8* dst, int numBytes);
|
D | tcuAndroidExecService.cpp | 254 int TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in tcu::Android::TestProcess
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 135 int readTestLog (deUint8* dst, int numBytes); 201 int LocalTestProcess::readTestLog (deUint8* dst, int numBytes)
|