Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.hpp25 …xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawabl…
26 int (*xcb_flush)(xcb_connection_t *c) = nullptr;
27 xcb_void_cookie_t (*xcb_free_gc)(xcb_connection_t *c, xcb_gcontext_t gc) = nullptr;
28 uint32_t (*xcb_generate_id)(xcb_connection_t *c) = nullptr;
29 …xcb_get_geometry_cookie_t (*xcb_get_geometry)(xcb_connection_t *c, xcb_drawable_t drawable) = null…
30 …xcb_get_geometry_reply_t *(*xcb_get_geometry_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t…
31 …xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, x…
/third_party/pulseaudio/src/pulsecore/
Dx11prop.h28 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data);
29 void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name);
30 char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l);
Dx11prop.c34 static xcb_screen_t *screen_of_display(xcb_connection_t *xcb, int screen) { in screen_of_display()
47 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data) { in pa_x11_set_prop()
70 void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name) { in pa_x11_del_prop()
89 char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l) { in pa_x11_get_prop()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
DWindowSurfaceVkXcb.h15 struct xcb_connection_t;
25 xcb_connection_t *conn);
31 xcb_connection_t *mXcbConnection;
DDisplayVkXcb.h15 struct xcb_connection_t;
40 xcb_connection_t *mXcbConnection;
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.h127 xcb_connection_t *conn;
206 loader_dri3_drawable_init(xcb_connection_t *conn,
259 int loader_dri3_open(xcb_connection_t *conn,
264 loader_dri3_create_image(xcb_connection_t *c,
273 loader_dri3_create_image_from_buffers(xcb_connection_t *c,
/third_party/vulkan-headers/include/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/mesa3d/include/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_xcb.h30 xcb_connection_t* connection;
35 …ortKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, …
47 xcb_connection_t* connection,
/third_party/mesa3d/src/glx/tests/
Dclientinfo_unittest.cpp103 static xcb_connection_t *connection_used;
113 extern "C" xcb_connection_t *
116 return (xcb_connection_t *) 0xdeadbeef; in XGetXCBConnection()
120 xcb_glx_client_info(xcb_connection_t *c, in xcb_glx_client_info()
143 xcb_glx_set_client_info_arb(xcb_connection_t *c, in xcb_glx_set_client_info_arb()
178 xcb_glx_set_client_info_2arb(xcb_connection_t *c, in xcb_glx_set_client_info_2arb()
242 connection_used = (xcb_connection_t *) ~0; in SetUp()
506 EXPECT_EQ((xcb_connection_t *) 0xdeadbeef, connection_used); in TEST_F()
Dcreate_context_unittest.cpp68 xcb_generate_id(xcb_connection_t *c) in xcb_generate_id()
76 xcb_glx_create_context_attribs_arb_checked(xcb_connection_t *c, in xcb_glx_create_context_attribs_arb_checked()
105 xcb_glx_destroy_context(xcb_connection_t *c, xcb_glx_context_t context) in xcb_glx_destroy_context()
114 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) in xcb_request_check()
/third_party/glfw/src/
Dx11_platform.h57 typedef struct xcb_connection_t xcb_connection_t; typedef
58 typedef xcb_connection_t* (* XGETXCBCONNECTION_T)(Display*);
77 xcb_connection_t* connection;
84 …tPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice,uint32_t,xcb_connection_t*,xcb_visualid…
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c145 xcb_connection_t *connection = in gst_vulkan_window_xcb_show()
160 xcb_connection_t *connection = in gst_vulkan_window_xcb_hide()
175 xcb_connection_t *connection = in init_keyboard()
212 xcb_connection_t *connection; in gst_vulkan_window_xcb_create_window()
331 xcb_connection_t *connection; in gst_vulkan_window_xcb_open()
364 xcb_connection_t *connection = in gst_vulkan_window_xcb_close()
400 xcb_connection_t *connection = in gst_vulkan_window_xcb_handle_event()
512 xcb_connection_t *connection = in gst_vulkan_window_xcb_handle_events()
Dgstvkdisplay_xcb.c70 _get_screen_from_connection (xcb_connection_t * connection, int screen_no) in _get_screen_from_connection()
97 xcb_connection_t *connection; in gst_vulkan_display_xcb_new()
130 gst_vulkan_display_xcb_new_with_connection (xcb_connection_t * connection, in gst_vulkan_display_xcb_new_with_connection()
Dgstvkdisplay_xcb.h62 xcb_connection_t *connection;
91 GstVulkanDisplayXCB * gst_vulkan_display_xcb_new_with_connection (xcb_connection_t * connection,
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection()
51 xcb_connection_t* m_connection;
DtcuLnxX11Xcb.cpp40 xcb_connection_t *connection = xcb_connect(name, NULL); in hasDisplay()
82 xcb_connection_t* connection = m_display.getConnection(); in XcbWindow()
162 xcb_connection_t* display = m_display.getConnection(); in setDimensions()
/third_party/mesa3d/src/glx/
Dglx_query.c45 xcb_connection_t *c = XGetXCBConnection(dpy); in __glXQueryServerString()
72 xcb_connection_t *c = XGetXCBConnection(dpy); in __glXGetString()
/third_party/mesa3d/src/egl/main/
Degldisplay.h302 typedef struct xcb_connection_t xcb_connection_t; typedef
304 _eglGetXcbDisplay(xcb_connection_t *native_display, const EGLAttrib *attrib_list);
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c85 wsi_dri3_open(xcb_connection_t *conn, in wsi_dri3_open()
123 xcb_connection_t *conn) in wsi_x11_check_dri3_compatible()
144 wsi_x11_detect_xwayland(xcb_connection_t *conn) in wsi_x11_detect_xwayland()
191 xcb_connection_t *conn) in wsi_x11_connection_create()
370 xcb_connection_t *conn) in wsi_x11_get_connection()
424 get_screen_for_root(xcb_connection_t *conn, xcb_window_t root) in get_screen_for_root()
461 connection_get_visualtype(xcb_connection_t *conn, xcb_visualid_t visual_id) in connection_get_visualtype()
480 get_visualtype_for_window(xcb_connection_t *conn, xcb_window_t window, in get_visualtype_for_window()
536 xcb_connection_t *connection, in wsi_GetPhysicalDeviceXcbPresentationSupportKHR()
570 static xcb_connection_t*
[all …]
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_x11.c35 ds_dri3_open(xcb_connection_t *conn, in ds_dri3_open()
68 xcb_connection_t *conn; in device_select_find_xcb_pci_default()
/third_party/EGL/extensions/EXT/
DEGL_EXT_platform_xcb.txt85 must point to a valid xcb `xcb_connection_t` or be EGL_DEFAULT_DISPLAY. If
113 1. As xcb_connection_t doesn't carry a screen number, how should a screen be
148 xcb_connection_t *x11;
187 xcb_screen_t *get_screen(xcb_connection_t *c, int screen) {
198 int get_visual_depth(xcb_connection_t *c, xcb_visualid_t visual) {

1234