/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 220 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_BLUE_SIZE, &val)) in fb_config_to_structure() 394 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_BLUE_SIZE, &b)) in gst_gl_context_glx_dump_fb_config() 509 GLX_BLUE_SIZE, 1, in fb_config_attributes_from_structure() 539 TRANSFORM_VALUE (BLUE_SIZE, GLX_BLUE_SIZE); in fb_config_attributes_from_structure() 786 GLX_BLUE_SIZE, 1, in gst_gl_context_glx_choose_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 23 # define GLX_BLUE_SIZE 10 macro
|
D | DisplayGLX.cpp | 204 GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, in initialize() 579 int contextBlueSize = getGLXFBConfigAttrib(mContextConfig, GLX_BLUE_SIZE); in generateConfigs() 622 config.blueSize = getGLXFBConfigAttrib(glxConfig, GLX_BLUE_SIZE); in generateConfigs()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 23 # define GLX_BLUE_SIZE 10 macro
|
D | DisplayGLX.cpp | 198 GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, in initialize() 535 int contextBlueSize = getGLXFBConfigAttrib(mContextConfig, GLX_BLUE_SIZE); in generateConfigs() 578 config.blueSize = getGLXFBConfigAttrib(glxConfig, GLX_BLUE_SIZE); in generateConfigs()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 480 { GLX_BLUE_SIZE, &RenderConfig::blueBits }, 573 int blueSize = visual.getAttrib(GLX_BLUE_SIZE); in configRank() 718 m_glxVisual.getAttrib(GLX_BLUE_SIZE), in GlxRenderContext()
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 42 #define GLX_BLUE_SIZE 10 macro
|
D | glx_context.c | 94 u->blueBits = getGLXFBConfigAttrib(n, GLX_BLUE_SIZE); in chooseGLXFBConfig()
|
/third_party/mesa3d/src/glx/ |
D | glxconfig.c | 70 case GLX_BLUE_SIZE: in glx_config_get()
|
D | glxext.c | 479 case GLX_BLUE_SIZE: in __glXInitializeVisualConfigFromTags()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 61 #define GLX_BLUE_SIZE 10 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.c | 415 attribs[i++] = GLX_BLUE_SIZE; in X11_GL_GetAttributes()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 219 GLX_BLUE_SIZE integer number of bits of Blue if in 281 GLX_BLUE_SIZE 0 minimum
|
D | GLX_SGIX_fbconfig.txt | 372 GLX_BLUE_SIZE integer number of bits of Blue in the 423 GLX_BLUE_SIZE 0 larger
|
D | GLX_SGIX_color_type.txt | 319 GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_BLUE_SIZE, GLX_ALPHA_SIZE
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 219 GLX_BLUE_SIZE integer number of bits of Blue if in 281 GLX_BLUE_SIZE 0 minimum
|
D | GLX_SGIX_fbconfig.txt | 372 GLX_BLUE_SIZE integer number of bits of Blue in the 423 GLX_BLUE_SIZE 0 larger
|
D | GLX_SGIX_color_type.txt | 319 GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_BLUE_SIZE, GLX_ALPHA_SIZE
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 155 GLX_BLUE_SIZE integer number of bits of Blue in the framebuffer
|
D | GLX_EXT_texture_from_pixmap.txt | 505 B GLX_BLUE_SIZE
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 155 GLX_BLUE_SIZE integer number of bits of Blue in the framebuffer
|
D | GLX_EXT_texture_from_pixmap.txt | 505 B GLX_BLUE_SIZE
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 829 case GLX_BLUE_SIZE: in choose_visual() 1504 case GLX_BLUE_SIZE: in get_config()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | fakeglx.c | 961 case GLX_BLUE_SIZE: in choose_visual() 1564 case GLX_BLUE_SIZE: in get_config()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 117 #define GLX_BLUE_SIZE 10 macro
|