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

  /external/deqp/framework/qphelper/
qpTestLog.h 35 * begins with a call to qpTestLog_startCase and ends with a call to
194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
qpTestLog.c 409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType)
437 qpPrintf("qpTestLog_startCase(): Writing XML failed\n");
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE)

Completed in 2266 milliseconds