Searched refs:qpXmlWriter (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpXmlWriter.h | 32 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 …]
|
D | qpXmlWriter.c | 46 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 …]
|
D | CMakeLists.txt | 17 qpXmlWriter.c 18 qpXmlWriter.h)
|
D | BUILD.gn | 38 "//third_party/vk-gl-cts/framework/qphelper/qpXmlWriter.c"
|
D | qpTestLog.c | 131 qpXmlWriter* writer;
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestHierarchyUtil.cpp | 62 static void writeXmlCaselist (TestHierarchyIterator& iter, qpXmlWriter* writer) in writeXmlCaselist() 143 qpXmlWriter* writer = DE_NULL; in writeXmlCaselistsToFiles()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 598 void operator()(qpXmlWriter* writer) const in operator ()() 651 …de::UniquePtr<qpXmlWriter, XmlWriterDeleter> writer(qpXmlWriter_createFileWriter(out.get(), DE_FAL… in writeRunSummary()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp.gni | 1895 "$deqp_path/framework/qphelper/qpXmlWriter.c", 1896 "$deqp_path/framework/qphelper/qpXmlWriter.h",
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
D | deqp.gni | 1858 "$deqp_path/framework/qphelper/qpXmlWriter.c", 1859 "$deqp_path/framework/qphelper/qpXmlWriter.h",
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 756 framework/qphelper/qpXmlWriter.c \
|