Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h235 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, de…
DqpTestLog.c1326 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBoo… in qpTestLog_writeCompileInfo() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp416 …if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) … in writeCompileInfo()