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); 196 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result); 198 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) DE_PRINTF_FUNC_ATTR(2,… 199 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description); 200 deBool qpTestLog_endSection (qpTestLog* log); 201 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyV… [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() 381 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy() 407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() 451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() 522 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair() [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 | 178 qpTestLog* m_log;
|
/external/deqp/ |
D | Android.mk | 215 framework/qphelper/qpTestLog.c \
|