Home
last modified time | relevance | path

Searched refs:Win32TestProcess (Results 1 – 3 of 3) sorted by relevance

/external/deqp/execserver/
DxsWin32TestProcess.hpp179 class Win32TestProcess : public TestProcess class
182 Win32TestProcess (void);
183 virtual ~Win32TestProcess (void);
196 Win32TestProcess (const Win32TestProcess& other);
197 Win32TestProcess& operator= (const Win32TestProcess& other);
DxsWin32TestProcess.cpp629 Win32TestProcess::Win32TestProcess (void) in Win32TestProcess() function in xs::Win32TestProcess
638 Win32TestProcess::~Win32TestProcess (void) in ~Win32TestProcess()
643 void Win32TestProcess::start (const char* name, const char* params, const char* workingDir, const c… in start()
705 void Win32TestProcess::terminate (void) in terminate()
720 void Win32TestProcess::cleanup (void) in cleanup()
754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog()
776 bool Win32TestProcess::isRunning (void) in isRunning()
784 int Win32TestProcess::getExitCode (void) const in getExitCode()
/external/deqp/execserver/tools/
DxsMain.cpp58 xs::Win32TestProcess testProcess; in main()