Home
last modified time | relevance | path

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

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