Searched refs:qpXmlWriter (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/qphelper/
H A DqpXmlWriter.h32 typedef struct qpXmlWriter_s qpXmlWriter; typedef in typeref:struct:qpXmlWriter_s
88 * \return qpXmlWriter instance, or DE_NULL if cannot create file
90 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression);
94 * \param a qpXmlWriter instance
96 void qpXmlWriter_destroy (qpXmlWriter* writer);
100 * \param a qpXmlWriter instance
102 void qpXmlWriter_flush (qpXmlWriter* writer);
106 * \param writer qpXmlWriter instance
109 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
113 * \param writer qpXmlWriter instanc
[all...]
H A DqpXmlWriter.c24 #include "qpXmlWriter.h"
30 * qpXmlWriter stand-alone implementation.
45 static deBool writeEscaped (qpXmlWriter* writer, const char* str)
122 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression)
124 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter));
135 void qpXmlWriter_destroy (qpXmlWriter* writer)
142 static deBool closePending (qpXmlWriter* writer)
153 void qpXmlWriter_flush (qpXmlWriter* write
[all...]
H A DqpTestLog.c25 #include "qpXmlWriter.h"
131 qpXmlWriter* writer;
/external/deqp/framework/common/
H A DtcuTestExecutor.hpp30 #include "qpXmlWriter.h"
162 qpXmlWriter* m_testCaseListWriter;
/external/deqp/
H A DAndroid.mk196 framework/qphelper/qpXmlWriter.c \

Completed in 335 milliseconds