Lines Matching defs:log

244 static void qpTestLog_flushFile(qpTestLog *log)  in qpTestLog_flushFile()
287 static bool endSession(qpTestLog *log) in endSession()
314 qpTestLog *log = (qpTestLog *)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
364 bool qpTestLog_beginSession(qpTestLog *log, const char *additionalSessionInfo) in qpTestLog_beginSession()
400 void qpTestLog_destroy(qpTestLog *log) in qpTestLog_destroy()
426 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
476 bool qpTestLog_endCase(qpTestLog *log, qpTestResult result, const char *resultDetails) in qpTestLog_endCase()
514 bool qpTestLog_startTestsCasesTime(qpTestLog *log) in qpTestLog_startTestsCasesTime()
537 bool qpTestLog_endTestsCasesTime(qpTestLog *log) in qpTestLog_endTestsCasesTime()
567 bool qpTestLog_terminateCase(qpTestLog *log, qpTestResult result) in qpTestLog_terminateCase()
597 static bool qpTestLog_writeKeyValuePair(qpTestLog *log, const char *elementName, const char *name, in qpTestLog_writeKeyValuePair()
638 bool qpTestLog_writeText(qpTestLog *log, const char *name, const char *description, qpKeyValueTag t… in qpTestLog_writeText()
653 bool qpTestLog_writeInteger(qpTestLog *log, const char *name, const char *description, const char *… in qpTestLog_writeInteger()
672 bool qpTestLog_writeFloat(qpTestLog *log, const char *name, const char *description, const char *un… in qpTestLog_writeFloat()
822 bool qpTestLog_startImageSet(qpTestLog *log, const char *name, const char *description) in qpTestLog_startImageSet()
853 bool qpTestLog_endImageSet(qpTestLog *log) in qpTestLog_endImageSet()
885 bool qpTestLog_writeImage(qpTestLog *log, const char *name, const char *description, in qpTestLog_writeImage()
1021 bool qpTestLog_writeInfoLog(qpTestLog *log, const char *infoLog) in qpTestLog_writeInfoLog()
1037 bool qpTestLog_startShaderProgram(qpTestLog *log, bool linkOk, const char *linkInfoLog) in qpTestLog_startShaderProgram()
1066 bool qpTestLog_endShaderProgram(qpTestLog *log) in qpTestLog_endShaderProgram()
1092 bool qpTestLog_writeShader(qpTestLog *log, qpShaderType type, const char *source, bool compileOk, c… in qpTestLog_writeShader()
1122 bool qpTestLog_startEglConfigSet(qpTestLog *log, const char *name, const char *description) in qpTestLog_startEglConfigSet()
1151 bool qpTestLog_endEglConfigSet(qpTestLog *log) in qpTestLog_endEglConfigSet()
1174 bool qpTestLog_writeEglConfig(qpTestLog *log, const qpEglConfigInfo *config) in qpTestLog_writeEglConfig()
1233 bool qpTestLog_startSection(qpTestLog *log, const char *name, const char *description) in qpTestLog_startSection()
1264 bool qpTestLog_endSection(qpTestLog *log) in qpTestLog_endSection()
1286 bool qpTestLog_writeKernelSource(qpTestLog *log, const char *source) in qpTestLog_writeKernelSource()
1307 bool qpTestLog_writeSpirVAssemblySource(qpTestLog *log, const char *source) in qpTestLog_writeSpirVAssemblySource()
1329 bool qpTestLog_writeCompileInfo(qpTestLog *log, const char *name, const char *description, bool com… in qpTestLog_writeCompileInfo()
1354 bool qpTestLog_startSampleList(qpTestLog *log, const char *name, const char *description) in qpTestLog_startSampleList()
1378 bool qpTestLog_startSampleInfo(qpTestLog *log) in qpTestLog_startSampleInfo()
1396 bool qpTestLog_writeValueInfo(qpTestLog *log, const char *name, const char *description, const char… in qpTestLog_writeValueInfo()
1427 bool qpTestLog_endSampleInfo(qpTestLog *log) in qpTestLog_endSampleInfo()
1445 bool qpTestLog_startSample(qpTestLog *log) in qpTestLog_startSample()
1465 bool qpTestLog_writeValueFloat(qpTestLog *log, double value) in qpTestLog_writeValueFloat()
1485 bool qpTestLog_writeValueInteger(qpTestLog *log, int64_t value) in qpTestLog_writeValueInteger()
1505 bool qpTestLog_endSample(qpTestLog *log) in qpTestLog_endSample()
1523 bool qpTestLog_endSampleList(qpTestLog *log) in qpTestLog_endSampleList()
1541 bool qpTestLog_writeRaw(qpTestLog *log, const char *rawContents) in qpTestLog_writeRaw()
1553 uint32_t qpTestLog_getLogFlags(const qpTestLog *log) in qpTestLog_getLogFlags()
1564 bool qpTestLog_isCompact(qpTestLog *log) in qpTestLog_isCompact()