Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c210 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RED_SIZE, &val)) in fb_config_to_structure()
390 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RED_SIZE, &r)) in gst_gl_context_glx_dump_fb_config()
507 GLX_RED_SIZE, 1, in fb_config_attributes_from_structure()
537 TRANSFORM_VALUE (RED_SIZE, GLX_RED_SIZE); in fb_config_attributes_from_structure()
784 GLX_RED_SIZE, 1, in gst_gl_context_glx_choose_format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h21 # define GLX_RED_SIZE 8 macro
DDisplayGLX.cpp204 GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, in initialize()
577 int contextRedSize = getGLXFBConfigAttrib(mContextConfig, GLX_RED_SIZE); in generateConfigs()
620 config.redSize = getGLXFBConfigAttrib(glxConfig, GLX_RED_SIZE); in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h21 # define GLX_RED_SIZE 8 macro
DDisplayGLX.cpp198 GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, in initialize()
533 int contextRedSize = getGLXFBConfigAttrib(mContextConfig, GLX_RED_SIZE); in generateConfigs()
576 config.redSize = getGLXFBConfigAttrib(glxConfig, GLX_RED_SIZE); in generateConfigs()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp478 { GLX_RED_SIZE, &RenderConfig::redBits },
571 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank()
716 PixelFormat(m_glxVisual.getAttrib(GLX_RED_SIZE), in GlxRenderContext()
/third_party/flutter/glfw/src/
Dglx_context.h40 #define GLX_RED_SIZE 8 macro
Dglx_context.c92 u->redBits = getGLXFBConfigAttrib(n, GLX_RED_SIZE); in chooseGLXFBConfig()
/third_party/mesa3d/src/glx/
Dglxconfig.c64 case GLX_RED_SIZE: in glx_config_get()
Dglxext.c473 case GLX_RED_SIZE: in __glXInitializeVisualConfigFromTags()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_visual_info.txt141 between 0 and (2**GLX_RED_SIZE)-1. (GLX_TRANSPARENT_ALPHA_VALUE_EXT is
153 GLX_RED_SIZE integer number of bits of Red in the framebuffer
DGLX_EXT_texture_from_pixmap.txt503 R GLX_RED_SIZE
/third_party/openGLES/extensions/EXT/
DGLX_EXT_visual_info.txt141 between 0 and (2**GLX_RED_SIZE)-1. (GLX_TRANSPARENT_ALPHA_VALUE_EXT is
153 GLX_RED_SIZE integer number of bits of Red in the framebuffer
DGLX_EXT_texture_from_pixmap.txt503 R GLX_RED_SIZE
/third_party/mesa3d/include/GL/
Dglx.h59 #define GLX_RED_SIZE 8 macro
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt228 GLX_RED_SIZE must meet or exceed the specified minimum values. To retrieve
368 GLX_RED_SIZE integer number of bits of Red in the
421 GLX_RED_SIZE 0 larger
DGLX_SGIX_pbuffer.txt215 GLX_RED_SIZE integer number of bits of Red if in
279 GLX_RED_SIZE 0 minimum
DGLX_SGIX_color_type.txt319 GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_BLUE_SIZE, GLX_ALPHA_SIZE
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt228 GLX_RED_SIZE must meet or exceed the specified minimum values. To retrieve
368 GLX_RED_SIZE integer number of bits of Red in the
421 GLX_RED_SIZE 0 larger
DGLX_SGIX_pbuffer.txt215 GLX_RED_SIZE integer number of bits of Red if in
279 GLX_RED_SIZE 0 minimum
DGLX_SGIX_color_type.txt319 GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_BLUE_SIZE, GLX_ALPHA_SIZE
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c411 attribs[i++] = GLX_RED_SIZE; in X11_GL_GetAttributes()
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c953 case GLX_RED_SIZE: in choose_visual()
1558 case GLX_RED_SIZE: in get_config()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c821 case GLX_RED_SIZE: in choose_visual()
1498 case GLX_RED_SIZE: in get_config()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h115 #define GLX_RED_SIZE 8 macro