Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c343 qpPrintf("Writing test log into %s\n", fileName); in qpTestLog_createFileLog()
349 qpPrintf("ERROR: Unable to open test log output file '%s'.\n", fileName); in qpTestLog_createFileLog()
362 qpPrintf("ERROR: Unable to create output XML writer to file '%s'.\n", fileName); in qpTestLog_createFileLog()
369 qpPrintf("ERROR: Unable to create mutex.\n"); in qpTestLog_createFileLog()
437 qpPrintf("qpTestLog_startCase(): Writing XML failed\n"); in qpTestLog_startCase()
472 qpPrintf("qpTestLog_endCase(): Writing XML failed\n"); in qpTestLog_endCase()
544 qpPrintf("qpTestLog_writeKeyValuePair(): Writing XML failed\n"); in qpTestLog_writeKeyValuePair()
788 qpPrintf("qpTestLog_startImageSet(): Writing XML failed\n"); in qpTestLog_startImageSet()
812 qpPrintf("qpTestLog_endImageSet(): Writing XML failed\n"); in qpTestLog_endImageSet()
888 qpPrintf("WARNING: PNG compression failed -- storing image uncompressed.\n"); in qpTestLog_writeImage()
[all …]
DqpDebugOut.h33 void qpPrintf (const char* fmt, ...);
DqpWatchDog.c33 # define DBGPRINT(X) qpPrintf X
DqpDebugOut.c48 void qpPrintf (const char* format, ...) in qpPrintf() function
DqpCrashHandler.c44 # define DBGPRINT(X) qpPrintf X
126 qpPrintf("%s", infoString); in defaultWriteInfo()
/external/deqp/framework/common/
DtcuApp.cpp93 qpPrintf("WARNING: Failed to set floating-point rounding mode!\n"); in App()