Searched refs:qpTestLog (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.h | 48 typedef struct qpTestLog_s qpTestLog; typedef 201 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags); 202 deBool qpTestLog_beginSession (qpTestLog* log, const char* additionalSessionInfo); 203 void qpTestLog_destroy (qpTestLog* log); 205 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT… 206 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description); 208 deBool qpTestLog_startTestsCasesTime (qpTestLog* log); 209 deBool qpTestLog_endTestsCasesTime (qpTestLog* log); 211 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result); 213 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description); [all …]
|
D | qpTestLog.c | 260 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() 302 static deBool endSession (qpTestLog* log) in endSession() 323 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags) in qpTestLog_createFileLog() 325 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() 374 deBool qpTestLog_beginSession(qpTestLog* log, const char* additionalSessionInfo) in qpTestLog_beginSession() 403 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy() 429 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() 473 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 509 deBool qpTestLog_startTestsCasesTime (qpTestLog* log) in qpTestLog_startTestsCasesTime() 532 deBool qpTestLog_endTestsCasesTime (qpTestLog* log) in qpTestLog_endTestsCasesTime() [all …]
|
D | CMakeLists.txt | 13 qpTestLog.c 14 qpTestLog.h
|
D | BUILD.gn | 36 "//third_party/vk-gl-cts/framework/qphelper/qpTestLog.c",
|
/third_party/vk-gl-cts/doc/ |
D | qpa_file_format.txt | 13 well as sample .qpa file. See framework/qphelper/qpTestLog.c, for
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.hpp | 184 qpTestLog* m_log;
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp.gni | 1891 "$deqp_path/framework/qphelper/qpTestLog.c", 1892 "$deqp_path/framework/qphelper/qpTestLog.h",
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
D | deqp.gni | 1854 "$deqp_path/framework/qphelper/qpTestLog.c", 1855 "$deqp_path/framework/qphelper/qpTestLog.h",
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 754 framework/qphelper/qpTestLog.c \
|