Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.hpp49 deUint32 bindToTextureRGB; member in eglu::ConfigInfo
98 , bindToTextureRGB (0) in ConfigInfo()
H A DegluConfigInfo.cpp47 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 Dstw_pixelformat.h52 boolean bindToTextureRGB; member
H A Dstw_ext_pixelformat.c109 *pvalue = pfi->bindToTextureRGB; in stw_query_attrib()
H A Dstw_pixelformat.c223 pfi->bindToTextureRGB = TRUE; in stw_pixelformat_add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.h44 EGLBoolean bindToTextureRGB; // True if bindable to RGB textures. member
H A DConfig.cpp35 bindToTextureRGB(EGL_FALSE), in Config()
318 match = config.bindToTextureRGB == static_cast<EGLBoolean>(attributeValue);
H A DConfig_unittest.cpp26 config.bindToTextureRGB = EGL_TRUE; in GenerateGenericConfig()
H A DvalidationEGL.cpp2569 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 Dqueryutils.cpp4101 *value = config->bindToTextureRGB; in QueryConfigAttrib()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp369 bool bindToTextureRGB; member in xe::ri::EglConfig
403 , bindToTextureRGB (false) in EglConfig()
H A DxeTestLogWriter.cpp396 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
H A DxeTestResultParser.cpp638 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp63 config.bindToTextureRGB = EGL_TRUE; in generateConfigs()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h177 deBool bindToTextureRGB; member
H A DqpTestLog.c1213 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGB", config->bindToTextureRGB); in qpTestLog_writeEglConfig()
/third_party/vk-gl-cts/modules/egl/
H A DteglConfigList.cpp103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
H A DteglWideColorTests.cpp786 info.bindToTextureRGB = val == EGL_TRUE ? true : false; in writeEglConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp738 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 Degl_wgl.c94 base.BindToTextureRGB = stw_config->bindToTextureRGB; in wgl_add_config()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp514 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 DDisplayEGL.cpp617 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 Dvk_caps_utils.cpp1188 config.bindToTextureRGB = colorFormat.format == GL_RGB;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp533 config.bindToTextureRGB = (colorBufferFormatInfo.format == GL_RGB); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1211 config.bindToTextureRGB = in generateConfigs()

Completed in 69 milliseconds