Searched refs:qpTestLog (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 48 typedef struct qpTestLog_s qpTestLog; typedef 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 testCaseT… 195 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description); 197 deBool qpTestLog_startTestsCasesTime (qpTestLog* log); 198 deBool qpTestLog_endTestsCasesTime (qpTestLog* log); 200 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result); 202 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description); 203 deBool qpTestLog_endSection (qpTestLog* log); [all …]
|
D | qpTestLog.c | 251 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() 292 static deBool beginSession (qpTestLog* log) in beginSession() 310 static deBool endSession (qpTestLog* log) in endSession() 331 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags) in qpTestLog_createFileLog() 333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() 383 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy() 409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() 453 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 489 deBool qpTestLog_startTestsCasesTime (qpTestLog* log) in qpTestLog_startTestsCasesTime() 512 deBool qpTestLog_endTestsCasesTime (qpTestLog* log) in qpTestLog_endTestsCasesTime() [all …]
|
D | CMakeLists.txt | 13 qpTestLog.c 14 qpTestLog.h
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 13 well as sample .qpa file. See framework/qphelper/qpTestLog.c, for
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 182 qpTestLog* m_log;
|
/external/deqp/ |
D | AndroidGen.bp | 580 "framework/qphelper/qpTestLog.c",
|