Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp61 transparentBlueValue(0), in Config()
302 match = config.transparentBlueValue == attributeValue; in filter()
DConfig.h70 EGLint transparentBlueValue; // Transparent blue value member
DConfig_unittest.cpp51 config.transparentBlueValue = 0; in GenerateGenericConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp60 transparentBlueValue(0), in Config()
299 match = config.transparentBlueValue == attributeValue; in filter()
DConfig.h69 EGLint transparentBlueValue; // Transparent blue value member
DConfig_unittest.cpp51 config.transparentBlueValue = 0; in GenerateGenericConfig()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp391 int transparentBlueValue; member in xe::ri::EglConfig
419 , transparentBlueValue (0) in EglConfig()
DxeTestLogWriter.cpp418 << Writer::Attribute("TransparentBlueValue", de::toString(config.transparentBlueValue)) in writeResultItem()
DxeTestResultParser.cpp658 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h198 int transparentBlueValue; member
DqpTestLog.c1209 attribs[numAttribs++] = qpSetIntAttrib ("TransparentBlueValue", config->transparentBlueValue); in qpTestLog_writeEglConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp82 config.transparentBlueValue = 0; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp88 config.transparentBlueValue = 0; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp175 info.transparentBlueValue = val; in iterate()
DteglWideColorTests.cpp832 …info.transparentBlueValue = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_TRANSPARENT_BL… in writeEglConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp491 config.transparentBlueValue = 0; in GenerateDefaultConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp359 getConfigAttrib(configs[i], EGL_TRANSPARENT_BLUE_VALUE, &config.transparentBlueValue); in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp634 config.transparentBlueValue = in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp678 config.transparentBlueValue = in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp551 config.transparentBlueValue = 0; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp545 config.transparentBlueValue = 0; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp641 getConfigAttrib(configs[i], EGL_TRANSPARENT_BLUE_VALUE, &config.transparentBlueValue); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1219 config.transparentBlueValue = 0; in GenerateDefaultConfig()

12