Searched refs:transparentBlueValue (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/egl/ |
D | egluConfigInfo.hpp | 72 deInt32 transparentBlueValue; member in eglu::ConfigInfo 118 , transparentBlueValue (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 70 case EGL_TRANSPARENT_BLUE_VALUE: return transparentBlueValue; in getAttribute() 119 egl.getConfigAttrib(display, config, EGL_TRANSPARENT_BLUE_VALUE, &dst->transparentBlueValue); in queryCoreConfigInfo()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 381 int transparentBlueValue; member in xe::ri::EglConfig 409 , transparentBlueValue (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 411 << Writer::Attribute("TransparentBlueValue", de::toString(config.transparentBlueValue)) in writeResultItem()
|
D | xeTestResultParser.cpp | 642 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 187 int transparentBlueValue; member
|
D | qpTestLog.c | 1169 attribs[numAttribs++] = qpSetIntAttrib ("TransparentBlueValue", config->transparentBlueValue); in qpTestLog_writeEglConfig()
|
/external/deqp/modules/egl/ |
D | teglConfigList.cpp | 175 info.transparentBlueValue = val; in iterate()
|
D | teglWideColorTests.cpp | 831 …info.transparentBlueValue = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_TRANSPARENT_BL… in writeEglConfig()
|