Home
last modified time | relevance | path

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

12345678910>>...15

/dports/devel/cmake-gui/cmake-3.22.1/Tests/FindX11/Test/
H A Dmain.c335 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb()
345 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_util()
358 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_xfixes()
/dports/devel/cmake/cmake-3.22.1/Tests/FindX11/Test/
H A Dmain.c335 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb()
345 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_util()
358 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_xfixes()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/FindX11/Test/
H A Dmain.c335 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb()
345 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_util()
358 xcb_connection_t* connection = xcb_connect(NULL, &screen_nbr); in test_xcb_xfixes()
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dxsettings.py69 xcb.xcb_connect.argtypes = [ctypes.c_char_p, ctypes.POINTER(ctypes.c_int)]
70 xcb.xcb_connect.restype = ctypes.c_void_p
94 connection = xcb.xcb_connect(None, None)
/dports/textproc/retext/retext-7.2.2/ReText/
H A Dxsettings.py69 xcb.xcb_connect.argtypes = [ctypes.c_char_p, ctypes.POINTER(ctypes.c_int)]
70 xcb.xcb_connect.restype = ctypes.c_void_p
94 connection = xcb.xcb_connect(None, None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.cpp40 xcb_connection_t *connection = xcb_connect(name, NULL); in hasDisplay()
54 m_connection = xcb_connect(name, NULL); in XcbDisplay()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dx11_client_test.cpp95 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testMinimumSize()
202 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testMaximumSize()
309 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testResizeIncrements()
387 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testResizeIncrementsNoBaseSize()
481 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testTrimCaption()
530 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testFullscreenLayerWithActiveWaylandWindow()
648 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testFocusInWithWaylandLastActiveWindow()
705 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testX11WindowId()
778 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testCaptionChanges()
851 QScopedPointer<xcb_connection_t, XcbConnectionDeleter> c(xcb_connect(nullptr, nullptr)); in testCaptionMultipleWindows()
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/boilerplate/
H A Dcairo-boilerplate-xcb.c134 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_surface()
242 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_window()
313 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_window_db()
387 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_render_0_0()
494 xtc->c = c = xcb_connect (NULL,NULL); in _cairo_boilerplate_xcb_create_fallback()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Ddontcrashmapviewport.cpp11 xcb_connection_t *c = xcb_connect(nullptr, nullptr); in main()
/dports/x11/startup-notification/startup-notification-0.12/test/
H A Dtest-send-xmessage-xcb.c45 xconnection = xcb_connect (NULL, &screen); in main()
H A Dtest-launchee-xcb.c39 xconnection = xcb_connect (NULL, &screen); in main()
/dports/sysutils/radeontop/radeontop-1.4/
H A Dauth_xcb.c24 xcb_connection_t *conn = xcb_connect(NULL, NULL); in authenticate_drm_xcb()
/dports/graphics/cairo/cairo-1.17.4/boilerplate/
H A Dcairo-boilerplate-xcb.c276 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_surface()
419 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_window()
495 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_window_db()
574 xtc->c = c = xcb_connect(NULL,NULL); in _cairo_boilerplate_xcb_create_render_0_0()
673 xtc->c = c = xcb_connect (NULL,NULL); in _cairo_boilerplate_xcb_create_fallback()
/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/examples/
H A Dffi_screen_info.rs11 let c = xcb_connect(ptr::null(), &mut screen_num); in main()
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/xrandr/
H A Dxcbwrapper.cpp30 sXRandR11XCBConnection = xcb_connect(nullptr, nullptr); in connection()
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/backends/
H A Dxcbwrapper.cpp20 sXRandR11XCBConnection = xcb_connect(nullptr, nullptr); in connection()
/dports/security/plasma5-kscreenlocker/kscreenlocker-5.23.5/autotests/
H A Dkeyboardgrabber.cpp54 xcb_connection_t *c = xcb_connect(nullptr, &screen); in main()
H A Dpointergrabber.cpp54 xcb_connection_t *c = xcb_connect(nullptr, &screen); in main()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/ws/
H A Dxcb_window_system_plugin.cpp49 auto const connection = xcb_connect(nullptr, nullptr); in vkmark_window_system_probe()
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/test/
H A Dx11.c46 conn = xcb_connect(NULL, NULL); in main()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/test/bigreq/
H A Drequest-length.c33 xcb_connection_t *c = xcb_connect(NULL, NULL); in main()
/dports/x11-servers/xwayland/xorg-server-1.20.13/test/bigreq/
H A Drequest-length.c33 xcb_connection_t *c = xcb_connect(NULL, NULL); in main()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/test/bigreq/
H A Drequest-length.c33 xcb_connection_t *c = xcb_connect(NULL, NULL); in main()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/test/bigreq/
H A Drequest-length.c33 xcb_connection_t *c = xcb_connect(NULL, NULL); in main()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/test/bigreq/
H A Drequest-length.c33 xcb_connection_t *c = xcb_connect(NULL, NULL); in main()

12345678910>>...15