/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.hpp | 49 deUint32 bindToTextureRGB; member in eglu::ConfigInfo 98 , bindToTextureRGB (0) in ConfigInfo()
|
H A D | egluConfigInfo.cpp | 47 case EGL_BIND_TO_TEXTURE_RGB: return bindToTextureRGB; in getAttribute() 99 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB); in queryCoreConfigInfo()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_pixelformat.h | 52 boolean bindToTextureRGB; member
|
H A D | stw_ext_pixelformat.c | 109 *pvalue = pfi->bindToTextureRGB; in stw_query_attrib()
|
H A D | stw_pixelformat.c | 223 pfi->bindToTextureRGB = TRUE; in stw_pixelformat_add()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.h | 44 EGLBoolean bindToTextureRGB; // True if bindable to RGB textures. member
|
H A D | Config.cpp | 35 bindToTextureRGB(EGL_FALSE), in Config() 318 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue);
|
H A D | Config_unittest.cpp | 26 config.bindToTextureRGB = EGL_TRUE; in GenerateGenericConfig()
|
H A D | validationEGL.cpp | 2569 if ((textureFormat == EGL_TEXTURE_RGB && config->bindToTextureRGB != EGL_TRUE) || in ValidateCreatePbufferSurface() 2828 if ((textureFormat == EGL_TEXTURE_RGB && config->bindToTextureRGB != EGL_TRUE) || in ValidateCreatePbufferFromClientBuffer() 2833 // the bindToTextureRGB/RGBA flag. This issue is that enabling this flags means that in ValidateCreatePbufferFromClientBuffer()
|
H A D | queryutils.cpp | 4101 *value = config->bindToTextureRGB; in QueryConfigAttrib()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCaseResult.hpp | 369 bool bindToTextureRGB; member in xe::ri::EglConfig 403 , bindToTextureRGB (false) in EglConfig()
|
H A D | xeTestLogWriter.cpp | 396 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
|
H A D | xeTestResultParser.cpp | 638 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.cpp | 63 config.bindToTextureRGB = EGL_TRUE; in generateConfigs()
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpTestLog.h | 177 deBool bindToTextureRGB; member
|
H A D | qpTestLog.c | 1213 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGB", config->bindToTextureRGB); in qpTestLog_writeEglConfig()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglConfigList.cpp | 103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
|
H A D | teglWideColorTests.cpp | 786 info.bindToTextureRGB = val == EGL_TRUE ? true : false; in writeEglConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 738 config.bindToTextureRGB = getGLXFBConfigAttrib(glxConfig, GLX_BIND_TO_TEXTURE_RGB_EXT); in generateConfigs() 752 config.bindToTextureRGB = false; in generateConfigs()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 94 base.BindToTextureRGB = stw_config->bindToTextureRGB; in wgl_add_config()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 514 config.bindToTextureRGB = (getAttrib(WGL_BIND_TO_TEXTURE_RGB_ARB) == TRUE); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 617 getConfigAttrib(configs[i], EGL_BIND_TO_TEXTURE_RGB, &config.bindToTextureRGB); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 1188 config.bindToTextureRGB = colorFormat.format == GL_RGB;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 533 config.bindToTextureRGB = (colorBufferFormatInfo.format == GL_RGB); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 1211 config.bindToTextureRGB = in generateConfigs()
|