Home
last modified time | relevance | path

Searched refs:qpXmlWriter_startDocument (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
DqpXmlWriter.h110 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
DqpXmlWriter.c161 deBool qpXmlWriter_startDocument (qpXmlWriter* writer) in qpXmlWriter_startDocument() function
DqpTestLog.c454 if (!qpXmlWriter_startDocument(log->writer) || in qpTestLog_startCase()
520 if (!qpXmlWriter_startDocument(log->writer) || in qpTestLog_startTestsCasesTime()
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyUtil.cpp75 if (!qpXmlWriter_startDocument(writer) || in writeXmlCaselist()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp655 XML_CHECK(qpXmlWriter_startDocument(writer.get())); in writeRunSummary()