Searched refs:qpTestLog_writeCompileInfo (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/qphelper/
H A DqpTestLog.h218 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog);
H A DqpTestLog.c1236 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog) function
1252 qpPrintf("qpTestLog_writeCompileInfo(): Writing XML failed\n");
/external/deqp/framework/common/
H A DtcuTestLog.cpp326 if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) == DE_FALSE)

Completed in 36 milliseconds