HomeSort by relevance Sort by last modified time
    Searched refs:readTestLog (Results 1 - 10 of 10) sorted by null

  /external/deqp/execserver/
xsTestProcess.hpp 51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL;
xsPosixTestProcess.hpp 89 virtual int readTestLog (deUint8* dst, int numBytes);
xsWin32TestProcess.hpp 192 virtual int readTestLog (deUint8* dst, int numBytes);
xsTestDriver.cpp 205 ? m_process->readTestLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1)
xsPosixTestProcess.cpp 314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes)
xsWin32TestProcess.cpp 754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes)
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 57 virtual int readTestLog (deUint8* dst, int numBytes);
tcuAndroidExecService.cpp 254 int TestProcess::readTestLog (deUint8* dst, int numBytes)
262 DBG_PRINT(("TestProcess:readTestLog(): Log file timeout occurred!"));
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 135 int readTestLog (deUint8* dst, int numBytes);
201 int LocalTestProcess::readTestLog (deUint8* dst, int numBytes)
  /external/deqp/external/vulkancts/
verify_submission.py 114 def readTestLog (filename):
119 results = readTestLog(filename)

Completed in 7512 milliseconds