Home
last modified time | relevance | path

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

12345678910>>...12

/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DOffscreenContextGLX.cc142 auto fbconfigs = glXChooseFBConfig( dpy, DefaultScreen(dpy), attributes, &num_returned ); in create_glx_dummy_window() local
143 if (fbconfigs == nullptr) { in create_glx_dummy_window()
148 auto visinfo = glXGetVisualFromFBConfig( dpy, fbconfigs[0] ); in create_glx_dummy_window()
151 XFree(fbconfigs); in create_glx_dummy_window()
178 XFree(fbconfigs); in create_glx_dummy_window()
186 auto context = glXCreateNewContext(dpy, fbconfigs[0], GLX_RGBA_TYPE, nullptr, true); in create_glx_dummy_window()
191 XFree(fbconfigs); in create_glx_dummy_window()
203 XFree(fbconfigs); in create_glx_dummy_window()
211 XFree(fbconfigs); in create_glx_dummy_window()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DOffscreenContextGLX.cc142 auto fbconfigs = glXChooseFBConfig( dpy, DefaultScreen(dpy), attributes, &num_returned ); in create_glx_dummy_window() local
143 if (fbconfigs == nullptr) { in create_glx_dummy_window()
148 auto visinfo = glXGetVisualFromFBConfig( dpy, fbconfigs[0] ); in create_glx_dummy_window()
151 XFree(fbconfigs); in create_glx_dummy_window()
178 XFree(fbconfigs); in create_glx_dummy_window()
186 auto context = glXCreateNewContext(dpy, fbconfigs[0], GLX_RGBA_TYPE, nullptr, true); in create_glx_dummy_window()
191 XFree(fbconfigs); in create_glx_dummy_window()
203 XFree(fbconfigs); in create_glx_dummy_window()
211 XFree(fbconfigs); in create_glx_dummy_window()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglws_glx.cpp274 GLXFBConfig * fbconfigs; in createVisual() local
275 fbconfigs = glXChooseFBConfig(display, screen, in createVisual()
278 if (!num_configs || !fbconfigs) { in createVisual()
279 if (fbconfigs) { in createVisual()
280 XFree(fbconfigs); in createVisual()
285 visual->fbconfig = fbconfigs[0]; in createVisual()
299 visinfo = glXGetVisualFromFBConfig(display, fbconfigs[i]); in createVisual()
303 visual->fbconfig = fbconfigs[i]; in createVisual()
464 GLXFBConfig *fbconfigs; in createPbuffer() local
465 fbconfigs = glXChooseFBConfig(dpy, screen, attribs, &num_configs); in createPbuffer()
[all …]
/dports/graphics/glosm/glosm-glosm-0.0.2/tiler/
H A DPBuffer.cc80 GLXFBConfig *fbconfigs; in PBuffer() local
81 if ((fbconfigs = glXChooseFBConfig(display_, screen, fbattribs, &nconfigs)) == NULL) { in PBuffer()
87 XFree(fbconfigs); in PBuffer()
93 GLXFBConfig fbconfig = fbconfigs[0]; in PBuffer()
94 XFree(fbconfigs); in PBuffer()
/dports/graphics/glfw2/glfw-2.7.9/lib/x11/
H A Dx11_window.c440 GLXFBConfig *fbconfigs; in getFBConfigs() local
466 fbconfigs = _glfwWin.ChooseFBConfigSGIX( _glfwLibrary.display, in getFBConfigs()
495 if( !getFBConfigAttrib( fbconfigs[i], GLX_DOUBLEBUFFER ) || in getFBConfigs()
496 !getFBConfigAttrib( fbconfigs[i], GLX_VISUAL_ID ) ) in getFBConfigs()
547 XFree( fbconfigs ); in getFBConfigs()
1485 _GLFWfbconfig *fbconfigs; in _glfwPlatformOpenWindow() local
1488 fbconfigs = getFBConfigs( &fbcount ); in _glfwPlatformOpenWindow()
1489 if( !fbconfigs ) in _glfwPlatformOpenWindow()
1494 result = _glfwChooseFBConfig( fbconfig, fbconfigs, fbcount ); in _glfwPlatformOpenWindow()
1497 free( fbconfigs ); in _glfwPlatformOpenWindow()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dtexture_from_pixmap.c88 GLXFBConfig *fbconfigs; in ChoosePixmapFBConfig() local
91 fbconfigs = glXGetFBConfigs(display, screen, &nfbconfigs); in ChoosePixmapFBConfig()
94 glXGetFBConfigAttrib(display, fbconfigs[i], GLX_DRAWABLE_TYPE, &value); in ChoosePixmapFBConfig()
98 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
103 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
106 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
112 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
131 return fbconfigs[i]; in ChoosePixmapFBConfig()
H A Dglxinfo.c409 GLXFBConfig *fbconfigs; in print_screen_info() local
419 if (fbconfigs) { in print_screen_info()
430 XFree(fbconfigs); in print_screen_info()
949 if (fbconfigs) { in print_visual_attribs_verbose()
1010 if (fbconfigs) printf(" drw"); in print_visual_attribs_short_header()
1013 if (fbconfigs) printf(" typ"); in print_visual_attribs_short_header()
1016 if (fbconfigs) printf("----"); in print_visual_attribs_short_header()
1053 if (fbconfigs) { in print_visual_attribs_short()
1176 GLXFBConfig *fbconfigs; in print_fbconfig_info() local
1183 XFree(fbconfigs); in print_fbconfig_info()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dtexture_from_pixmap.c88 GLXFBConfig *fbconfigs; in ChoosePixmapFBConfig() local
91 fbconfigs = glXGetFBConfigs(display, screen, &nfbconfigs); in ChoosePixmapFBConfig()
94 glXGetFBConfigAttrib(display, fbconfigs[i], GLX_DRAWABLE_TYPE, &value); in ChoosePixmapFBConfig()
98 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
103 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
106 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
112 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
131 return fbconfigs[i]; in ChoosePixmapFBConfig()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dtexture_from_pixmap.c88 GLXFBConfig *fbconfigs; in ChoosePixmapFBConfig() local
91 fbconfigs = glXGetFBConfigs(display, screen, &nfbconfigs); in ChoosePixmapFBConfig()
94 glXGetFBConfigAttrib(display, fbconfigs[i], GLX_DRAWABLE_TYPE, &value); in ChoosePixmapFBConfig()
98 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
103 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
106 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
112 glXGetFBConfigAttrib(display, fbconfigs[i], in ChoosePixmapFBConfig()
131 return fbconfigs[i]; in ChoosePixmapFBConfig()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/glxProxy/
H A Dglxscreens.c252 cfg = FindMatchingFBConfig(&dmxScreen0->fbconfigs[c], in __glXScreenInit()
253 dmxScreen->fbconfigs, in __glXScreenInit()
260 dmxScreen0->fbconfigs[c].id, s); in __glXScreenInit()
266 dmxScreen0->fbconfigs[c].id, cfg->id, s); in __glXScreenInit()
271 cfg = &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
281 &dmxScreen0->fbconfigs[c]; in __glXScreenInit()
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_glx_context.cpp45 GLXFBConfig *fbconfigs; in attach() local
73 fbconfigs = glXChooseFBConfig (display, screen, attribs, &num_fbconfigs); in attach()
74 if (!fbconfigs || num_fbconfigs < 1) in attach()
79 fbconfig = fbconfigs[0]; in attach()
80 XFree(fbconfigs); in attach()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglcontext_glx.c66 GLXFBConfig *fbconfigs; member
264 device, context_glx->priv->fbconfigs[0], in gst_gl_context_glx_create_context()
281 if (context_glx->priv->fbconfigs) in gst_gl_context_glx_create_context()
282 XFree (context_glx->priv->fbconfigs); in gst_gl_context_glx_create_context()
403 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format()
406 if (!context_glx->priv->fbconfigs) { in gst_gl_context_glx_choose_format()
413 _describe_fbconfig (device, context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()
416 context_glx->priv->fbconfigs[0]); in gst_gl_context_glx_choose_format()

12345678910>>...12