Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpXmlWriter.h32 typedef struct qpXmlWriter_s qpXmlWriter; typedef
91 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterW…
97 void qpXmlWriter_destroy (qpXmlWriter* writer);
103 void qpXmlWriter_flush (qpXmlWriter* writer);
110 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
117 deBool qpXmlWriter_endDocument (qpXmlWriter* writer);
125 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, co…
133 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName);
141 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* content);
150 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes);
[all …]
DqpXmlWriter.c46 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped()
124 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAft… in qpXmlWriter_createFileWriter()
126 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter)); in qpXmlWriter_createFileWriter()
138 void qpXmlWriter_destroy (qpXmlWriter* writer) in qpXmlWriter_destroy()
145 static deBool closePending (qpXmlWriter* writer) in closePending()
156 void qpXmlWriter_flush (qpXmlWriter* writer) in qpXmlWriter_flush()
161 deBool qpXmlWriter_startDocument (qpXmlWriter* writer) in qpXmlWriter_startDocument()
178 deBool qpXmlWriter_endDocument (qpXmlWriter* writer) in qpXmlWriter_endDocument()
188 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str) in qpXmlWriter_writeString()
199 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const… in qpXmlWriter_startElement()
[all …]
DCMakeLists.txt17 qpXmlWriter.c
18 qpXmlWriter.h)
DqpTestLog.c131 qpXmlWriter* writer;
/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp62 static void writeXmlCaselist (TestHierarchyIterator& iter, qpXmlWriter* writer) in writeXmlCaselist()
143 qpXmlWriter* writer = DE_NULL; in writeXmlCaselistsToFiles()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp565 void operator()(qpXmlWriter* writer) const in operator ()()
618 …de::UniquePtr<qpXmlWriter, XmlWriterDeleter> writer(qpXmlWriter_createFileWriter(out.get(), DE_FAL… in writeRunSummary()
/external/angle/src/tests/deqp_support/
Ddeqp.gni1899 "$deqp_path/framework/qphelper/qpXmlWriter.c",
1900 "$deqp_path/framework/qphelper/qpXmlWriter.h",
/external/deqp/
DAndroidGen.bp720 "framework/qphelper/qpXmlWriter.c",