| /third_party/vk-gl-cts/framework/egl/ |
| D | egluConfigInfo.hpp | 49 deUint32 bindToTextureRGB; member in eglu::ConfigInfo 95 , bindToTextureRGB (0) in ConfigInfo()
|
| D | egluConfigInfo.cpp | 47 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/ |
| D | stw_pixelformat.h | 52 boolean bindToTextureRGB; member
|
| D | stw_ext_pixelformat.c | 109 *pvalue = pfi->bindToTextureRGB; in stw_query_attrib()
|
| D | stw_pixelformat.c | 223 pfi->bindToTextureRGB = TRUE; in stw_pixelformat_add()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Config.cpp | 35 bindToTextureRGB(EGL_FALSE), in Config() 318 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue); in filter()
|
| D | Config.h | 44 EGLBoolean bindToTextureRGB; // True if bindable to RGB textures. member
|
| D | Config_unittest.cpp | 26 config.bindToTextureRGB = EGL_TRUE; in GenerateGenericConfig()
|
| 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()
|
| /third_party/vk-gl-cts/executor/ |
| D | xeTestCaseResult.hpp | 368 bool bindToTextureRGB; member in xe::ri::EglConfig 402 , bindToTextureRGB (false) in EglConfig()
|
| D | xeTestLogWriter.cpp | 398 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
|
| D | xeTestResultParser.cpp | 635 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| D | qpTestLog.h | 175 deBool bindToTextureRGB; member
|
| D | qpTestLog.c | 1186 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGB", config->bindToTextureRGB); in qpTestLog_writeEglConfig()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | DisplayNULL.cpp | 63 config.bindToTextureRGB = EGL_TRUE; in generateConfigs()
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglConfigList.cpp | 103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
|
| D | teglWideColorTests.cpp | 774 info.bindToTextureRGB = val == EGL_TRUE ? true : false; in writeEglConfig()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| D | DisplayGLX.cpp | 738 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/ |
| D | DisplayEAGL.mm | 241 config.bindToTextureRGB = EGL_FALSE;
|
| /third_party/mesa3d/src/egl/drivers/wgl/ |
| 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/ |
| 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/cgl/ |
| D | DisplayCGL.mm | 406 config.bindToTextureRGB = EGL_FALSE;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
| 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/ |
| D | vk_caps_utils.cpp | 1188 config.bindToTextureRGB = colorFormat.format == GL_RGB; in GenerateDefaultConfig()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | DisplayMtl.mm | 527 config.bindToTextureRGB = EGL_FALSE;
|