Searched refs:qpXmlAttribute (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpXmlWriter.h | 50 } qpXmlAttribute; typedef 52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value) in qpSetStringAttrib() 54 qpXmlAttribute attrib; in qpSetStringAttrib() 63 DE_INLINE qpXmlAttribute qpSetIntAttrib (const char* name, int value) in qpSetIntAttrib() 65 qpXmlAttribute attrib; in qpSetIntAttrib() 74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) in qpSetBoolAttrib() 76 qpXmlAttribute attrib; in qpSetBoolAttrib() 125 …ment (qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs);
|
D | qpTestLog.c | 413 qpXmlAttribute resultAttribs[8]; in qpTestLog_startCase() 456 qpXmlAttribute statusAttrib = qpSetStringAttrib("StatusCode", statusStr); in qpTestLog_endCase() 501 !qpXmlWriter_startElement(log->writer, "TestsCasesTime", 0, (const qpXmlAttribute*)DE_NULL)) in qpTestLog_startTestsCasesTime() 577 qpXmlAttribute attribs[8]; in qpTestLog_writeKeyValuePair() 795 qpXmlAttribute attribs[4]; in qpTestLog_startImageSet() 869 qpXmlAttribute attribs[8]; in qpTestLog_writeImage() 996 qpXmlAttribute programAttribs[4]; in qpTestLog_startShaderProgram() 1054 qpXmlAttribute shaderAttribs[4]; in qpTestLog_writeShader() 1082 qpXmlAttribute attribs[4]; in qpTestLog_startEglConfigSet() 1134 qpXmlAttribute attribs[64]; in qpTestLog_writeEglConfig() [all …]
|
D | qpXmlWriter.c | 199 …lement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs) in qpXmlWriter_startElement() 209 const qpXmlAttribute* attrib = &attribs[ndx]; in qpXmlWriter_startElement()
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyUtil.cpp | 69 qpXmlAttribute attribs[2]; in writeXmlCaselist() 95 qpXmlAttribute attribs[3]; in writeXmlCaselist()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 579 qpXmlAttribute attribs[2]; in writeRunSummary() 589 qpXmlAttribute attribs[1]; in writeRunSummary() 600 qpXmlAttribute attribs[2]; in writeRunSummary()
|