Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpXmlWriter.h50 } 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);
DqpTestLog.c413 qpXmlAttribute resultAttribs[8]; in qpTestLog_startCase()
456 qpXmlAttribute statusAttrib = qpSetStringAttrib("StatusCode", statusStr); in qpTestLog_endCase()
528 qpXmlAttribute attribs[8]; in qpTestLog_writeKeyValuePair()
775 qpXmlAttribute attribs[4]; in qpTestLog_startImageSet()
849 qpXmlAttribute attribs[8]; in qpTestLog_writeImage()
976 qpXmlAttribute programAttribs[4]; in qpTestLog_startShaderProgram()
1034 qpXmlAttribute shaderAttribs[4]; in qpTestLog_writeShader()
1062 qpXmlAttribute attribs[4]; in qpTestLog_startEglConfigSet()
1114 qpXmlAttribute attribs[64]; in qpTestLog_writeEglConfig()
1173 qpXmlAttribute attribs[2]; in qpTestLog_startSection()
[all …]
DqpXmlWriter.c199 …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/
DtcuTestHierarchyUtil.cpp69 qpXmlAttribute attribs[2]; in writeXmlCaselist()
95 qpXmlAttribute attribs[3]; in writeXmlCaselist()