Searched refs:transparentType (Results 1 – 9 of 9) sorted by relevance
62 deUint32 transparentType; member in eglu::ConfigInfo95 , transparentType (0) in ConfigInfo()
61 case EGL_TRANSPARENT_TYPE: return transparentType; in getAttribute()98 eglGetConfigAttrib(display, config, EGL_TRANSPARENT_TYPE, (EGLint*)&dst->transparentType); in queryConfigInfo()
163 std::string transparentType = de::toString(eglu::getTransparentTypeStr(val)); in iterate() local164 info.transparentType = transparentType.c_str(); in iterate()
481 const EGLint transparentType = getValue(config, EGL_TRANSPARENT_TYPE); in executeTest() local490 if (transparentType == EGL_TRANSPARENT_RGB) in executeTest()
182 const char* transparentType; member
1131 attribs[numAttribs++] = qpSetStringAttrib ("TransparentType", config->transparentType); in qpTestLog_writeEglConfig()
368 std::string transparentType; member in xe::ri::EglConfig
404 << Writer::Attribute("TransparentType", config.transparentType) in writeResultItem()
629 config->transparentType = getAttribute("TransparentType"); in handleElementStart()