Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h48 typedef struct qpTestLog_s qpTestLog; typedef
189 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags);
190 void qpTestLog_destroy (qpTestLog* log);
192 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
193 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
194 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result);
196 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) DE_PRINTF_FUNC_ATTR(2,…
197 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description);
198 deBool qpTestLog_endSection (qpTestLog* log);
199 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyV…
[all …]
DqpTestLog.c251 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()
450 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase()
490 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
520 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair()
[all …]
DCMakeLists.txt13 qpTestLog.c
14 qpTestLog.h
/external/deqp/doc/
Dqpa_file_format.txt13 well as sample .qpa file. See framework/qphelper/qpTestLog.c, for
/external/deqp/framework/common/
DtcuTestLog.hpp175 qpTestLog* m_log;
/external/deqp/
DAndroid.mk194 framework/qphelper/qpTestLog.c \