HomeSort by relevance Sort by last modified time
    Searched refs:qpTestLog (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/qphelper/
qpTestLog.h 28 * qpTestLog Conventions:
30 * Each function takes qpTestLog pointer. Operations are done on that log
48 typedef struct qpTestLog_s qpTestLog;
90 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */
103 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */
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 testCaseType);
195 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
196 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result)
    [all...]
qpTestLog.c 24 #include "qpTestLog.h"
122 /* qpTestLog instance */
251 static void qpTestLog_flushFile (qpTestLog* log)
292 static deBool beginSession (qpTestLog* log)
310 static deBool endSession (qpTestLog* log)
329 * \return qpTestLog instance, or DE_NULL if cannot create file
331 qpTestLog* qpTestLog_createFileLog (const char* fileName, deUint32 flags)
333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog));
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 27 #include "qpTestLog.h"
178 qpTestLog* m_log;
  /external/deqp/
Android.mk 471 framework/qphelper/qpTestLog.c \
    [all...]

Completed in 66 milliseconds