Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h221 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, de…
DqpTestLog.c1267 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBoo… in qpTestLog_writeCompileInfo() function
/external/deqp/framework/common/
DtcuTestLog.cpp410 …if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) … in writeCompileInfo()