• Home
  • Raw
  • Download

Lines Matching defs:log

266 static void qpTestLog_flushFile (qpTestLog* log)  in qpTestLog_flushFile()
308 static deBool endSession (qpTestLog* log) in endSession()
335 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
385 deBool qpTestLog_beginSession(qpTestLog* log, const char* additionalSessionInfo) in qpTestLog_beginSession()
421 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy()
447 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
497 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase()
536 deBool qpTestLog_startTestsCasesTime (qpTestLog* log) in qpTestLog_startTestsCasesTime()
559 deBool qpTestLog_endTestsCasesTime (qpTestLog* log) in qpTestLog_endTestsCasesTime()
591 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
621 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair()
658 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTa… in qpTestLog_writeText()
673 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const cha… in qpTestLog_writeInteger()
691 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char*… in qpTestLog_writeFloat()
842 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startImageSet()
873 deBool qpTestLog_endImageSet (qpTestLog* log) in qpTestLog_endImageSet()
906 qpTestLog* log, in qpTestLog_writeImage()
1044 deBool qpTestLog_writeInfoLog (qpTestLog* log, const char* infoLog) in qpTestLog_writeInfoLog()
1060 deBool qpTestLog_startShaderProgram (qpTestLog* log, deBool linkOk, const char* linkInfoLog) in qpTestLog_startShaderProgram()
1089 deBool qpTestLog_endShaderProgram (qpTestLog* log) in qpTestLog_endShaderProgram()
1115 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compile… in qpTestLog_writeShader()
1146 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startEglConfigSet()
1175 deBool qpTestLog_endEglConfigSet (qpTestLog* log) in qpTestLog_endEglConfigSet()
1198 deBool qpTestLog_writeEglConfig (qpTestLog* log, const qpEglConfigInfo* config) in qpTestLog_writeEglConfig()
1257 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection()
1288 deBool qpTestLog_endSection (qpTestLog* log) in qpTestLog_endSection()
1310 deBool qpTestLog_writeKernelSource (qpTestLog* log, const char* source) in qpTestLog_writeKernelSource()
1331 deBool qpTestLog_writeSpirVAssemblySource (qpTestLog* log, const char* source) in qpTestLog_writeSpirVAssemblySource()
1353 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBoo… in qpTestLog_writeCompileInfo()
1378 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSampleList()
1402 deBool qpTestLog_startSampleInfo (qpTestLog* log) in qpTestLog_startSampleInfo()
1420 deBool qpTestLog_writeValueInfo (qpTestLog* log, const char* name, const char* description, const c… in qpTestLog_writeValueInfo()
1450 deBool qpTestLog_endSampleInfo (qpTestLog* log) in qpTestLog_endSampleInfo()
1468 deBool qpTestLog_startSample (qpTestLog* log) in qpTestLog_startSample()
1488 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value) in qpTestLog_writeValueFloat()
1508 deBool qpTestLog_writeValueInteger (qpTestLog* log, deInt64 value) in qpTestLog_writeValueInteger()
1528 deBool qpTestLog_endSample (qpTestLog* log) in qpTestLog_endSample()
1546 deBool qpTestLog_endSampleList (qpTestLog* log) in qpTestLog_endSampleList()
1564 deBool qpTestLog_writeRaw(qpTestLog* log, const char* rawContents) in qpTestLog_writeRaw()
1576 deUint32 qpTestLog_getLogFlags (const qpTestLog* log) in qpTestLog_getLogFlags()
1587 deBool qpTestLog_isCompact(qpTestLog *log) in qpTestLog_isCompact()