Home
last modified time | relevance | path

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

12345678910>>...23

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/rendering/glx/
H A Dbackend.cpp44 static int pb_rgba24x32[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
45 static int pb_rgba24x24[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
46 static int pb_rgba16x24[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
47 static int pb_rgba15x24[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
48 static int pb_rgba16[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
49 static int pb_rgba15[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
50 static int pb_rgbax32[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
51 static int pb_rgbax24[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
52 static int pb_rgbax16[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
53 static int pb_rgba[] = { GLX_RENDER_TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT, …
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dpbdemo.c74 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
86 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
98 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
110 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
H A Dglxinfo.c61 #ifndef GLX_RGBA_BIT
62 #define GLX_RGBA_BIT 0x00000001 macro
143 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
150 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
677 case GLX_RGBA_BIT: in visual_render_type_name()
681 case GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT: in visual_render_type_name()
696 case GLX_RGBA_BIT: in visual_render_type_space()
754 attribs->render_type = GLX_RGBA_BIT; in get_visual_attribs()
1034 (attribs->render_type & GLX_RGBA_BIT) ? 'r' : ' ', in print_visual_attribs_short()
1282 (!(bestVis.render_type & GLX_RGBA_BIT) && (vis.render_type & GLX_RGBA_BIT)) || in find_best_visual()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dpbdemo.c73 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
85 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
97 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
109 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
H A Dglxinfo.c59 #ifndef GLX_RGBA_BIT
60 #define GLX_RGBA_BIT 0x00000001 macro
140 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
147 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
673 case GLX_RGBA_BIT: in visual_render_type_name()
677 case GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT: in visual_render_type_name()
733 attribs->render_type = GLX_RGBA_BIT; in get_visual_attribs()
987 (attribs->render_type & GLX_RGBA_BIT) ? 'r' : ' ', in print_visual_attribs_short()
1211 (!(bestVis.render_type & GLX_RGBA_BIT) && (vis.render_type & GLX_RGBA_BIT)) || in find_best_visual()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dpbdemo.c73 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
85 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
97 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
109 GLX_RENDER_TYPE, GLX_RGBA_BIT, in MakePbuffer()
H A Dglxinfo.c59 #ifndef GLX_RGBA_BIT
60 #define GLX_RGBA_BIT 0x00000001 macro
140 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
147 GLX_RENDER_TYPE, GLX_RGBA_BIT, in choose_fb_config()
673 case GLX_RGBA_BIT: in visual_render_type_name()
677 case GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT: in visual_render_type_name()
733 attribs->render_type = GLX_RGBA_BIT; in get_visual_attribs()
987 (attribs->render_type & GLX_RGBA_BIT) ? 'r' : ' ', in print_visual_attribs_short()
1211 (!(bestVis.render_type & GLX_RGBA_BIT) && (vis.render_type & GLX_RGBA_BIT)) || in find_best_visual()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dopengl_glx_context.cpp26 #define GLX_RGBA_BIT 1 macro
97 GLX_RENDER_TYPE, GLX_RGBA_BIT, in halide_opengl_create_context()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLX/
H A DOgreGLXRenderTexture.cpp79 int renderValue = GLX_RGBA_BIT; in GLXPBuffer()
101 if (renderAttrib == GLX_RENDER_TYPE && renderValue == GLX_RGBA_BIT) in GLXPBuffer()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLX/
H A DOgreGLXRenderTexture.cpp77 int renderValue = GLX_RGBA_BIT; in GLXPBuffer()
99 if (renderAttrib == GLX_RENDER_TYPE && renderValue == GLX_RGBA_BIT) in GLXPBuffer()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-glx.c49 #define GLX_RGBA_BIT 0x00000001 macro
235 c->base.renderType = GLX_RGBA_BIT; in translate_eglconfig()
263 if (c->base.renderType == GLX_RGBA_BIT) { in translate_eglconfig()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-glx.c49 #define GLX_RGBA_BIT 0x00000001 macro
236 c->base.renderType = GLX_RGBA_BIT; in translate_eglconfig()
251 if (c->base.renderType == GLX_RGBA_BIT) { in translate_eglconfig()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glx_arb_create_context/
H A Dinvalid-render-type.c66 GLX_RGBA_BIT, in main()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/x11/
H A Dcontext_gl_x11.cpp96 GLX_RENDER_TYPE, GLX_RGBA_BIT, in initialize()
107 GLX_RENDER_TYPE, GLX_RGBA_BIT, in initialize()
/dports/devel/godot/godot-3.2.3-stable/platform/x11/
H A Dcontext_gl_x11.cpp96 GLX_RENDER_TYPE, GLX_RGBA_BIT, in initialize()
107 GLX_RENDER_TYPE, GLX_RGBA_BIT, in initialize()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/GL/
H A Dglxtokens.h109 #define GLX_RGBA_BIT 0x00000001 macro
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/GL/
H A Dglxtokens-backup.h109 #define GLX_RGBA_BIT 0x00000001 macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glx/
H A Dglx-tfp.c207 GLX_RENDER_TYPE, GLX_RGBA_BIT, in create_pixmap()
217 GLX_RENDER_TYPE, GLX_RGBA_BIT, in create_pixmap()
/dports/games/manaplus/manaplus-2.1.3.17/src/utils/
H A Dglxhelper.cpp72 GLX_RENDER_TYPE, GLX_RGBA_BIT, in createContext()
/dports/x11/xorgproto/xorgproto-2021.5/include/GL/internal/
H A Dglcore.h165 #define GLX_RGBA_BIT 0x00000001 macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/
H A Dqglpixelbuffer_x11.cpp61 #define GLX_RGBA_BIT 0x00000002 macro
121 attribs[i++] = GLX_RGBA_BIT; in qt_format_to_attrib_list()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/glx/
H A Dplatform_glx.h99 # define GLX_RGBA_BIT 0x00000001 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/glx/
H A Dplatform_glx.h99 # define GLX_RGBA_BIT 0x00000001 macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OpenGL/glx/org/eclipse/swt/internal/opengl/glx/
H A DGLX.java84 public static final int GLX_RGBA_BIT = 0x00000001; field in GLX
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/opengl/glx/
H A DGLX.java84 public static final int GLX_RGBA_BIT = 0x00000001; field in GLX

12345678910>>...23