• 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()
584 if (name) attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeKeyValuePair()
585 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeKeyValuePair()
586 if (tagString) attribs[numAttribs++] = qpSetStringAttrib("Tag", tagString); in qpTestLog_writeKeyValuePair()
587 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); in qpTestLog_writeKeyValuePair()
801 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startImageSet()
803 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startImageSet()
960 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeImage()
961 attribs[numAttribs++] = qpSetStringAttrib("Width", widthStr); in qpTestLog_writeImage()
962 attribs[numAttribs++] = qpSetStringAttrib("Height", heightStr); in qpTestLog_writeImage()
963 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage()
964 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage()
965 if (description) attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeImage()
1002 programAttribs[numProgramAttribs++] = qpSetStringAttrib("LinkStatus", linkOk ? "OK" : "Fail"); in qpTestLog_startShaderProgram()
1061 shaderAttribs[numShaderAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeShader()
1088 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startEglConfigSet()
1090 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startEglConfigSet()
1149 attribs[numAttribs++] = qpSetStringAttrib ("ColorBufferType", config->colorBufferType); in qpTestLog_writeEglConfig()
1150 attribs[numAttribs++] = qpSetStringAttrib ("ConfigCaveat", config->configCaveat); in qpTestLog_writeEglConfig()
1152 attribs[numAttribs++] = qpSetStringAttrib ("Conformant", config->conformant); in qpTestLog_writeEglConfig()
1161 attribs[numAttribs++] = qpSetStringAttrib ("RenderableType", config->renderableType); in qpTestLog_writeEglConfig()
1165 attribs[numAttribs++] = qpSetStringAttrib ("SurfaceTypes", config->surfaceTypes); in qpTestLog_writeEglConfig()
1166 attribs[numAttribs++] = qpSetStringAttrib ("TransparentType", config->transparentType); in qpTestLog_writeEglConfig()
1199 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startSection()
1201 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startSection()
1295 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeCompileInfo()
1296 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeCompileInfo()
1297 attribs[numAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeCompileInfo()
1320 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_startSampleList()
1321 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_startSampleList()
1365 attribs[numAttribs++] = qpSetStringAttrib("Name", name); in qpTestLog_writeValueInfo()
1366 attribs[numAttribs++] = qpSetStringAttrib("Description", description); in qpTestLog_writeValueInfo()
1367 attribs[numAttribs++] = qpSetStringAttrib("Tag", tagName); in qpTestLog_writeValueInfo()
1370 attribs[numAttribs++] = qpSetStringAttrib("Unit", unit); in qpTestLog_writeValueInfo()