HomeSort by relevance Sort by last modified time
    Searched refs:qpKeyValueTag (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/qphelper/
qpTestLog.h 93 } qpKeyValueTag;
201 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* value);
202 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
203 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value);
qpTestLog.c 522 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text)
584 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* text)
599 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
619 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 153 void writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value);
154 void writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
392 LogNumber (const std::string& name, const std::string& desc, const std::string& unit, qpKeyValueTag tag, T value)
407 qpKeyValueTag m_tag;
tcuTestLog.cpp 414 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
420 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)

Completed in 50 milliseconds