Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h251 deBool qpTestLog_writeRaw (qpTestLog* log, const char* rawContents);
H A DqpTestLog.c1564 deBool qpTestLog_writeRaw(qpTestLog* log, const char* rawContents) in qpTestLog_writeRaw() argument
1569 fprintf(log->outputFile, "%s", rawContents); in qpTestLog_writeRaw()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp594 void TestLog::writeRaw(const char* rawContents) in writeRaw() argument
597 qpTestLog_writeRaw(m_log, rawContents); in writeRaw()
H A DtcuTestLog.hpp179 void writeRaw (const char* rawContents);

Completed in 6 milliseconds