Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h202 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const…
DqpTestLog.c602 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const cha… in qpTestLog_writeInteger() function
/external/deqp/framework/common/
DtcuTestLog.cpp422 if (qpTestLog_writeInteger(m_log, name, description, unit, tag, value) == DE_FALSE) in writeInteger()