Home
last modified time | relevance | path

Searched refs:qpTestLog (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h48 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 …]
DqpTestLog.c260 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 …]
DCMakeLists.txt13 qpTestLog.c
14 qpTestLog.h
DBUILD.gn36 "//third_party/vk-gl-cts/framework/qphelper/qpTestLog.c",
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt13 well as sample .qpa file. See framework/qphelper/qpTestLog.c, for
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp184 qpTestLog* m_log;
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp.gni1891 "$deqp_path/framework/qphelper/qpTestLog.c",
1892 "$deqp_path/framework/qphelper/qpTestLog.h",
/third_party/flutter/skia/third_party/externals/angle2/src/tests/
Ddeqp.gni1854 "$deqp_path/framework/qphelper/qpTestLog.c",
1855 "$deqp_path/framework/qphelper/qpTestLog.h",
/third_party/vk-gl-cts/
DAndroidGen.mk754 framework/qphelper/qpTestLog.c \