Searched refs:qpSetBoolAttrib (Results 1 – 3 of 3) sorted by relevance
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) in qpSetBoolAttrib() function
1165 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGB", config->bindToTextureRGB); in qpTestLog_writeEglConfig()1166 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGBA", config->bindToTextureRGBA); in qpTestLog_writeEglConfig()1178 attribs[numAttribs++] = qpSetBoolAttrib ("NativeRenderable", config->nativeRenderable); in qpTestLog_writeEglConfig()
628 attribs[1] = qpSetBoolAttrib("Conformant", summary.isConformant ? DE_TRUE : DE_FALSE); in writeRunSummary()