Home
last modified time | relevance | path

Searched refs:bindToTextureRGB (Results 1 – 25 of 41) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp49 deUint32 bindToTextureRGB; member in eglu::ConfigInfo
95 , bindToTextureRGB (0) in ConfigInfo()
DegluConfigInfo.cpp47 case EGL_BIND_TO_TEXTURE_RGB: return bindToTextureRGB; in getAttribute()
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB); in queryCoreConfigInfo()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h52 boolean bindToTextureRGB; member
Dstw_ext_pixelformat.c109 *pvalue = pfi->bindToTextureRGB; in stw_query_attrib()
Dstw_pixelformat.c223 pfi->bindToTextureRGB = TRUE; in stw_pixelformat_add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp35 bindToTextureRGB(EGL_FALSE), in Config()
318 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue); in filter()
DConfig.h44 EGLBoolean bindToTextureRGB; // True if bindable to RGB textures. member
DConfig_unittest.cpp26 config.bindToTextureRGB = EGL_TRUE; in GenerateGenericConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp35 bindToTextureRGB(EGL_FALSE), in Config()
315 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue); in filter()
DConfig.h44 EGLBoolean bindToTextureRGB; // True if bindable to RGB textures. member
DConfig_unittest.cpp26 config.bindToTextureRGB = EGL_TRUE; in GenerateGenericConfig()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp369 bool bindToTextureRGB; member in xe::ri::EglConfig
403 , bindToTextureRGB (false) in EglConfig()
DxeTestLogWriter.cpp396 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
DxeTestResultParser.cpp636 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h176 deBool bindToTextureRGB; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp57 config.bindToTextureRGB = EGL_TRUE; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp63 config.bindToTextureRGB = EGL_TRUE; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp738 config.bindToTextureRGB = getGLXFBConfigAttrib(glxConfig, GLX_BIND_TO_TEXTURE_RGB_EXT); in generateConfigs()
752 config.bindToTextureRGB = false; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm241 config.bindToTextureRGB = EGL_FALSE;
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c94 base.BindToTextureRGB = stw_config->bindToTextureRGB; in wgl_add_config()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm258 config.bindToTextureRGB = EGL_FALSE;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp464 config.bindToTextureRGB = colorFormat.format == GL_RGB; in GenerateDefaultConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp335 getConfigAttrib(configs[i], EGL_BIND_TO_TEXTURE_RGB, &config.bindToTextureRGB); in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp663 config.bindToTextureRGB = EGL_FALSE; in generateConfigs()

12