• Home
  • Raw
  • Download

Lines Matching refs:qpSetStringAttrib

430 	resultAttribs[numResultAttribs++] = qpSetStringAttrib("Version", LOG_FORMAT_VERSION);  in qpTestLog_startCase()
431 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
432 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr); in qpTestLog_startCase()
456 qpXmlAttribute statusAttrib = qpSetStringAttrib("StatusCode", statusStr); in qpTestLog_endCase()
535 if (name) attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeKeyValuePair()
536 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeKeyValuePair()
537 if (tagString) attribs[numAttribs++] = qpSetStringAttrib("Tag", tagString); in qpTestLog_writeKeyValuePair()
538 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); in qpTestLog_writeKeyValuePair()
781 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startImageSet()
783 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startImageSet()
940 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeImage()
941 attribs[numAttribs++] = qpSetStringAttrib("Width", widthStr); in qpTestLog_writeImage()
942 attribs[numAttribs++] = qpSetStringAttrib("Height", heightStr); in qpTestLog_writeImage()
943 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage()
944 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage()
945 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeImage()
982 programAttribs[numProgramAttribs++] = qpSetStringAttrib("LinkStatus", linkOk ? "OK" : "Fail"); in qpTestLog_startShaderProgram()
1041 shaderAttribs[numShaderAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeShader()
1068 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startEglConfigSet()
1070 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startEglConfigSet()
1129 attribs[numAttribs++] = qpSetStringAttrib ("ColorBufferType", config->colorBufferType); in qpTestLog_writeEglConfig()
1130 attribs[numAttribs++] = qpSetStringAttrib ("ConfigCaveat", config->configCaveat); in qpTestLog_writeEglConfig()
1132 attribs[numAttribs++] = qpSetStringAttrib ("Conformant", config->conformant); in qpTestLog_writeEglConfig()
1141 attribs[numAttribs++] = qpSetStringAttrib ("RenderableType", config->renderableType); in qpTestLog_writeEglConfig()
1145 attribs[numAttribs++] = qpSetStringAttrib ("SurfaceTypes", config->surfaceTypes); in qpTestLog_writeEglConfig()
1146 attribs[numAttribs++] = qpSetStringAttrib ("TransparentType", config->transparentType); in qpTestLog_writeEglConfig()
1179 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startSection()
1181 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startSection()
1275 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeCompileInfo()
1276 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeCompileInfo()
1277 attribs[numAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeCompileInfo()
1300 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startSampleList()
1301 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startSampleList()
1345 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeValueInfo()
1346 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeValueInfo()
1347 attribs[numAttribs++] = qpSetStringAttrib("Tag", tagName); in qpTestLog_writeValueInfo()
1350 attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); in qpTestLog_writeValueInfo()