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

  /external/deqp/framework/delibs/decpp/
deProcess.cpp 46 throw ProcessError(deProcess_getLastError(m_process));
52 throw ProcessError(deProcess_getLastError(m_process));
58 throw ProcessError(deProcess_getLastError(m_process));
64 throw ProcessError(deProcess_getLastError(m_process));
70 throw ProcessError(deProcess_getLastError(m_process));
76 throw ProcessError(deProcess_getLastError(m_process));
82 throw ProcessError(deProcess_getLastError(m_process));
  /external/deqp/framework/delibs/deutil/
deProcess.h 41 const char* deProcess_getLastError (const deProcess* process);
deProcess.c 177 const char* deProcess_getLastError (const deProcess* process)
615 const char* deProcess_getLastError (const deProcess* process)
  /external/deqp/executor/
xeLocalTcpIpLink.cpp 61 std::string err = deProcess_getLastError(m_process);
  /external/deqp/execserver/tools/
xsTest.cpp 284 string errMsg = deProcess_getLastError(serverProc);

Completed in 32 milliseconds