Searched defs:qpTestLog (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
H A DqpTestLog.h28 * qpTestLog Conventions:
30 * Each function takes qpTestLog pointer. Operations are done on that log
48 typedef struct qpTestLog_s qpTestLog; typedef in typeref:struct:qpTestLog_s
90 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */
103 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */
191 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags);
192 void qpTestLog_destroy (qpTestLog* log);
194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
195 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
196 deBool qpTestLog_terminateCase (qpTestLog* lo
[all...]

Completed in 30 milliseconds