Lines Matching defs:log

251 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()
333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
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()
555 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) in qpTestLog_writeMessage()
582 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTa… in qpTestLog_writeText()
597 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const cha… in qpTestLog_writeInteger()
617 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char*… in qpTestLog_writeFloat()
768 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startImageSet()
799 deBool qpTestLog_endImageSet (qpTestLog* log) in qpTestLog_endImageSet()
832 qpTestLog* log, in qpTestLog_writeImage()
969 deBool qpTestLog_startShaderProgram (qpTestLog* log, deBool linkOk, const char* linkInfoLog) in qpTestLog_startShaderProgram()
998 deBool qpTestLog_endShaderProgram (qpTestLog* log) in qpTestLog_endShaderProgram()
1024 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compile… in qpTestLog_writeShader()
1053 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startEglConfigSet()
1082 deBool qpTestLog_endEglConfigSet (qpTestLog* log) in qpTestLog_endEglConfigSet()
1105 deBool qpTestLog_writeEglConfig (qpTestLog* log, const qpEglConfigInfo* config) in qpTestLog_writeEglConfig()
1164 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection()
1195 deBool qpTestLog_endSection (qpTestLog* log) in qpTestLog_endSection()
1217 deBool qpTestLog_writeKernelSource (qpTestLog* log, const char* source) in qpTestLog_writeKernelSource()
1236 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBoo… in qpTestLog_writeCompileInfo()
1261 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSampleList()
1285 deBool qpTestLog_startSampleInfo (qpTestLog* log) in qpTestLog_startSampleInfo()
1303 deBool qpTestLog_writeValueInfo (qpTestLog* log, const char* name, const char* description, const c… in qpTestLog_writeValueInfo()
1333 deBool qpTestLog_endSampleInfo (qpTestLog* log) in qpTestLog_endSampleInfo()
1351 deBool qpTestLog_startSample (qpTestLog* log) in qpTestLog_startSample()
1371 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value) in qpTestLog_writeValueFloat()
1391 deBool qpTestLog_writeValueInteger (qpTestLog* log, deInt64 value) in qpTestLog_writeValueInteger()
1411 deBool qpTestLog_endSample (qpTestLog* log) in qpTestLog_endSample()
1429 deBool qpTestLog_endSampleList (qpTestLog* log) in qpTestLog_endSampleList()
1447 deUint32 qpTestLog_getLogFlags (const qpTestLog* log) in qpTestLog_getLogFlags()