Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h242 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value);
DqpTestLog.c1461 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value) in qpTestLog_writeValueFloat() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp512 if (qpTestLog_writeValueFloat(m_log, value) == DE_FALSE) in writeSampleValue()