Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h203 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const c…
DqpTestLog.c622 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char*… in qpTestLog_writeFloat() function
/external/deqp/framework/common/
DtcuTestLog.cpp416 if (qpTestLog_writeFloat(m_log, name, description, unit, tag, value) == DE_FALSE) in writeFloat()