Home
last modified time | relevance | path

Searched refs:qpSetBoolAttrib (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/qphelper/
DqpXmlWriter.h74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) in qpSetBoolAttrib() function
DqpTestLog.c1165 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()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp628 attribs[1] = qpSetBoolAttrib("Conformant", summary.isConformant ? DE_TRUE : DE_FALSE); in writeRunSummary()