HomeSort by relevance Sort by last modified time
    Searched refs:qpXmlWriter (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/qphelper/
qpXmlWriter.h 32 typedef struct qpXmlWriter_s qpXmlWriter;
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...]
qpXmlWriter.c 24 #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* writer
    [all...]
qpTestLog.c 25 #include "qpXmlWriter.h"
131 qpXmlWriter* writer;
    [all...]
  /external/deqp/framework/common/
tcuTestExecutor.hpp 30 #include "qpXmlWriter.h"
162 qpXmlWriter* m_testCaseListWriter;
  /external/deqp/
Android.mk 196 framework/qphelper/qpXmlWriter.c \

Completed in 731 milliseconds