Searched refs:qpXmlWriter_writeStringElement (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpTestLog.c | 1029 return qpXmlWriter_writeStringElement(log->writer, "InfoLog", infoLog); in qpTestLog_writeInfoLog() 1107 !qpXmlWriter_writeStringElement(log->writer, "ShaderSource", sourceStr) || in qpTestLog_writeShader() 1293 if (!qpXmlWriter_writeStringElement(log->writer, "KernelSource", sourceStr)) in qpTestLog_writeKernelSource() 1315 if (!qpXmlWriter_writeStringElement(log->writer, "SpirVAssemblySource", sourceStr)) in qpTestLog_writeSpirVAssemblySource() 1474 if (!qpXmlWriter_writeStringElement(log->writer, "Value", &tmpString[0])) in qpTestLog_writeValueFloat() 1494 if (!qpXmlWriter_writeStringElement(log->writer, "Value", &tmpString[0])) in qpTestLog_writeValueInteger()
|
H A D | qpXmlWriter.h | 161 bool qpXmlWriter_writeStringElement(qpXmlWriter *writer, const char *elementName, const char *eleme…
|
H A D | qpXmlWriter.c | 398 bool qpXmlWriter_writeStringElement(qpXmlWriter *writer, const char *elementName, const char *eleme… in qpXmlWriter_writeStringElement() function
|