Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.c433 qpXmlAttribute resultAttribs[8]; in qpTestLog_startCase() local
450 resultAttribs[numResultAttribs++] = qpSetStringAttrib("Version", LOG_FORMAT_VERSION); in qpTestLog_startCase()
451 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
452 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr); in qpTestLog_startCase()
455 !qpXmlWriter_startElement(log->writer, "TestCaseResult", numResultAttribs, resultAttribs)) in qpTestLog_startCase()