Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c347 qpPrintf("ERROR: Unable to open test log output file '%s'.\n", fileName); in qpTestLog_createFileLog()
360 qpPrintf("ERROR: Unable to create output XML writer to file '%s'.\n", fileName); in qpTestLog_createFileLog()
367 qpPrintf("ERROR: Unable to create mutex.\n"); in qpTestLog_createFileLog()
435 qpPrintf("qpTestLog_startCase(): Writing XML failed\n"); in qpTestLog_startCase()
469 qpPrintf("qpTestLog_endCase(): Writing XML failed\n"); in qpTestLog_endCase()
541 qpPrintf("qpTestLog_writeKeyValuePair(): Writing XML failed\n"); in qpTestLog_writeKeyValuePair()
785 qpPrintf("qpTestLog_startImageSet(): Writing XML failed\n"); in qpTestLog_startImageSet()
809 qpPrintf("qpTestLog_endImageSet(): Writing XML failed\n"); in qpTestLog_endImageSet()
885 qpPrintf("WARNING: PNG compression failed -- storing image uncompressed.\n"); in qpTestLog_writeImage()
912 qpPrintf("ERROR: Failed to pack pixels for writing.\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()