Home
last modified time | relevance | path

Searched refs:rawContents (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.h265 bool qpTestLog_writeRaw(qpTestLog *log, const char *rawContents);
DqpTestLog.c1541 bool qpTestLog_writeRaw(qpTestLog *log, const char *rawContents) in qpTestLog_writeRaw() argument
1546 fprintf(log->outputFile, "%s", rawContents); in qpTestLog_writeRaw()
/external/deqp/framework/common/
DtcuTestLog.cpp658 void TestLog::writeRaw(const char *rawContents) in writeRaw() argument
662 qpTestLog_writeRaw(m_log, rawContents); in writeRaw()
DtcuTestLog.hpp203 void writeRaw(const char *rawContents);