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

/external/deqp/framework/qphelper/
H A DqpXmlWriter.h50 } qpXmlAttribute; typedef in typeref:struct:qpXmlAttribute_s
52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value)
54 qpXmlAttribute attrib;
63 DE_INLINE qpXmlAttribute qpSetIntAttrib (const char* name, int value)
65 qpXmlAttribute attrib;
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value)
76 qpXmlAttribute attrib;
124 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs);
H A DqpTestLog.c411 qpXmlAttribute resultAttribs[8];
453 qpXmlAttribute statusAttrib = qpSetStringAttrib("StatusCode", statusStr);
523 qpXmlAttribute attribs[8];
770 qpXmlAttribute attribs[4];
844 qpXmlAttribute attribs[8];
971 qpXmlAttribute programAttribs[4];
1028 qpXmlAttribute shaderAttribs[4];
1055 qpXmlAttribute attribs[4];
1107 qpXmlAttribute attribs[64];
1166 qpXmlAttribute attrib
[all...]
H A DqpXmlWriter.c196 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs)
206 const qpXmlAttribute* attrib = &attribs[ndx];
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.cpp84 qpXmlAttribute attribs[2];
126 qpXmlAttribute attribs[3];

Completed in 1204 milliseconds