Home
last modified time | relevance | path

Searched refs:transparentBlueValue (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp72 deInt32 transparentBlueValue; member in eglu::ConfigInfo
118 , transparentBlueValue (0) in ConfigInfo()
DegluConfigInfo.cpp70 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/
DxeTestCaseResult.hpp381 int transparentBlueValue; member in xe::ri::EglConfig
409 , transparentBlueValue (0) in EglConfig()
DxeTestLogWriter.cpp411 << Writer::Attribute("TransparentBlueValue", de::toString(config.transparentBlueValue)) in writeResultItem()
DxeTestResultParser.cpp642 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h187 int transparentBlueValue; member
DqpTestLog.c1149 attribs[numAttribs++] = qpSetIntAttrib ("TransparentBlueValue", config->transparentBlueValue); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp175 info.transparentBlueValue = val; in iterate()
DteglWideColorTests.cpp766 …info.transparentBlueValue = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_TRANSPARENT_BL… in writeEglConfig()