Home
last modified time | relevance | path

Searched refs:readTestLog (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsTestProcess.hpp51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL;
H A DxsPosixTestProcess.hpp89 virtual int readTestLog (deUint8* dst, int numBytes);
H A DxsTestDriver.cpp205 ? m_process->readTestLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1) in pollBuffer()
H A DxsWin32TestProcess.hpp192 virtual int readTestLog (deUint8* dst, int numBytes);
H A DxsPosixTestProcess.cpp314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::PosixTestProcess
H A DxsWin32TestProcess.cpp754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in xs::Win32TestProcess
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py49 def readTestLog (filename): function
54 results = readTestLog(filename)
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidExecService.hpp57 virtual int readTestLog (deUint8* dst, int numBytes);
H A DtcuAndroidExecService.cpp254 int TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() function in tcu::Android::TestProcess
262 DBG_PRINT(("TestProcess:readTestLog(): Log file timeout occurred!")); in readTestLog()

Completed in 4 milliseconds