| /xsrc/external/mit/xwininfo/dist/ |
| H A D | dsimple.h | 52 xcb_connection_t **dpy, xcb_screen_t **screen); 54 xcb_window_t Select_Window (xcb_connection_t *, const xcb_screen_t *, int); 55 xcb_window_t Window_With_Name (xcb_connection_t *, xcb_window_t, const char *); 59 void Print_X_Error (xcb_connection_t *, xcb_generic_error_t *); 61 struct atom_cache_entry *Intern_Atom (xcb_connection_t *, const char *); 62 xcb_atom_t Get_Atom (xcb_connection_t *, const char *); 63 const char *Get_Atom_Name (xcb_connection_t *, xcb_atom_t);
|
| H A D | clientwin.h | 28 extern xcb_window_t Find_Client(xcb_connection_t * dpy, xcb_window_t root,
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcbext.h | 83 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request); 113 unsigned int xcb_send_request_with_fds(xcb_connection_t *c, int flags, struct iovec *vector, 138 uint64_t xcb_send_request64(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request); 169 uint64_t xcb_send_request_with_fds64(xcb_connection_t *c, int flags, struct iovec *vector, 184 void xcb_send_fd(xcb_connection_t *c, int fd); 213 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent); 234 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests); 249 void *xcb_wait_for_reply(xcb_connection_t *c, unsigned int request, xcb_generic_error_t **e); 264 void *xcb_wait_for_reply64(xcb_connection_t *c, uint64_t request, xcb_generic_error_t **e); 276 int xcb_poll_for_reply(xcb_connection_t * [all...] |
| H A D | xcb.h | 108 typedef struct xcb_connection_t xcb_connection_t; /**< Opaque structure containing all data that XCB needs to communicate with an X server. */ typedef in typeref:struct:xcb_connection_t 250 int xcb_flush(xcb_connection_t *c); 267 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c); 286 void xcb_prefetch_maximum_request_length(xcb_connection_t *c); 300 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c); 313 xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c); 329 xcb_generic_event_t *xcb_poll_for_queued_event(xcb_connection_t *c); 336 xcb_generic_event_t *xcb_poll_for_special_event(xcb_connection_t *c, 342 xcb_generic_event_t *xcb_wait_for_special_event(xcb_connection_t * [all...] |
| H A D | xcbint.h | 133 int _xcb_out_send(xcb_connection_t *c, struct iovec *vector, int count); 134 void _xcb_out_send_sync(xcb_connection_t *c); 135 int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request); 171 void _xcb_in_wake_up_next_reader(xcb_connection_t *c); 173 int _xcb_in_expect_reply(xcb_connection_t *c, uint64_t request, enum workarounds workaround, int flags); 174 void _xcb_in_replies_done(xcb_connection_t *c); 176 int _xcb_in_read(xcb_connection_t *c); 177 int _xcb_in_read_block(xcb_connection_t *c, void *buf, int nread); 190 int _xcb_xid_init(xcb_connection_t *c); 191 void _xcb_xid_destroy(xcb_connection_t * 208 struct xcb_connection_t { struct [all...] |
| H A D | xcb_conn.c | 94 static int is_static_error_conn(xcb_connection_t *c) 96 return c == (xcb_connection_t *) &xcb_con_error || 97 c == (xcb_connection_t *) &xcb_con_closed_mem_er || 98 c == (xcb_connection_t *) &xcb_con_closed_parse_er || 99 c == (xcb_connection_t *) &xcb_con_closed_screen_er; 127 static int write_setup(xcb_connection_t *c, xcb_auth_info_t *auth_info) 171 static int read_setup(xcb_connection_t *c) 217 static int write_vec(xcb_connection_t *c, struct iovec **vector, int *count) 332 const xcb_setup_t *xcb_get_setup(xcb_connection_t *c) 340 int xcb_get_file_descriptor(xcb_connection_t * [all...] |
| H A D | xcb_ext.c | 47 static lazyreply *get_index(xcb_connection_t *c, int idx) 62 static lazyreply *get_lazyreply(xcb_connection_t *c, xcb_extension_t *ext) 88 const xcb_query_extension_reply_t *xcb_get_extension_data(xcb_connection_t *c, xcb_extension_t *ext) 106 void xcb_prefetch_extension_data(xcb_connection_t *c, xcb_extension_t *ext) 117 int _xcb_ext_init(xcb_connection_t *c) 124 void _xcb_ext_destroy(xcb_connection_t *c)
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| H A D | xcb_icccm.h | 76 xcb_get_property_cookie_t xcb_get_text_property(xcb_connection_t *c, 83 xcb_get_property_cookie_t xcb_get_text_property_unchecked(xcb_connection_t *c, 103 uint8_t xcb_get_text_property_reply(xcb_connection_t *c, 125 void xcb_set_wm_name_checked(xcb_connection_t *c, 134 void xcb_set_wm_name(xcb_connection_t *c, xcb_window_t window, 144 xcb_get_property_cookie_t xcb_get_wm_name(xcb_connection_t *c, 150 xcb_get_property_cookie_t xcb_get_wm_name_unchecked(xcb_connection_t *c, 162 uint8_t xcb_get_wm_name_reply(xcb_connection_t *c, 187 void xcb_set_wm_icon_name_checked(xcb_connection_t *c, xcb_window_t window, 194 void xcb_set_wm_icon_name(xcb_connection_t * [all...] |
| H A D | icccm.c | 38 xcb_get_text_property(xcb_connection_t *c, 46 xcb_get_text_property_unchecked(xcb_connection_t *c, 54 xcb_get_text_property_reply(xcb_connection_t *c, 82 xcb_set_wm_name_checked(xcb_connection_t *c, xcb_window_t window, 91 xcb_set_wm_name(xcb_connection_t *c, xcb_window_t window, xcb_atom_t encoding, 99 xcb_get_wm_name(xcb_connection_t *c, 106 xcb_get_wm_name_unchecked(xcb_connection_t *c, 113 xcb_get_wm_name_reply(xcb_connection_t *c, 131 xcb_set_wm_icon_name_checked(xcb_connection_t *c, xcb_window_t window, 140 xcb_set_wm_icon_name(xcb_connection_t * [all...] |
| /xsrc/external/mit/xcb-util/dist/reply/ |
| H A D | xcb_reply.h | 48 typedef void (*xcb_generic_reply_handler_t)(void *data, xcb_connection_t *c, xcb_generic_reply_t *reply, xcb_generic_error_t *error); 64 xcb_connection_t *c; 75 void xcb_reply_handlers_init(xcb_connection_t *c, xcb_reply_handlers_t *h); 82 xcb_connection_t *xcb_reply_get_xcb_connection(xcb_reply_handlers_t *h);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | x11_xcb.c | 7 xcb_connection_t *XGetXCBConnection(Display *dpy)
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_xcb.h | 39 xcb_connection_t* connection; 44 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id); 56 xcb_connection_t* connection,
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_xcb.h | 30 xcb_connection_t* connection; 35 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id); 47 xcb_connection_t* connection,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib-xcb.h | 13 xcb_connection_t *XGetXCBConnection(Display *dpy);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.h | 31 xcb_connection_t* connection,
|
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.h | 10 uint8_t xcb_aux_get_depth (xcb_connection_t *c, 16 xcb_screen_t *xcb_aux_get_screen (xcb_connection_t *c, 19 xcb_visualtype_t *xcb_aux_get_visualtype (xcb_connection_t *c, 32 void xcb_aux_sync (xcb_connection_t *c); 70 xcb_aux_create_window (xcb_connection_t *c, 85 xcb_aux_create_window_checked (xcb_connection_t *c, 100 xcb_aux_change_window_attributes (xcb_connection_t *c, 106 xcb_aux_change_window_attributes_checked (xcb_connection_t *c, 122 xcb_aux_configure_window (xcb_connection_t *c, 154 xcb_aux_create_gc (xcb_connection_t * [all...] |
| H A D | xcb_aux.c | 42 xcb_aux_get_depth (xcb_connection_t *c, 76 xcb_aux_get_screen (xcb_connection_t *c, 87 xcb_aux_get_visualtype (xcb_connection_t *c, 145 xcb_aux_sync (xcb_connection_t *c) 167 xcb_aux_create_window (xcb_connection_t *c, 189 xcb_aux_create_window_checked (xcb_connection_t *c, 211 xcb_aux_change_window_attributes_checked (xcb_connection_t *c, 222 xcb_aux_change_window_attributes (xcb_connection_t *c, 233 xcb_aux_configure_window (xcb_connection_t *c, 244 xcb_aux_create_gc (xcb_connection_t * [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowicons.h | 33 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, xcb_window_t id, HICON hIconNew);
|
| /xsrc/external/mit/xcb-util/dist/renderutil/ |
| H A D | xcb_renderutil.h | 69 xcb_render_util_query_version (xcb_connection_t *c); 72 xcb_render_util_query_formats (xcb_connection_t *c); 75 xcb_render_util_disconnect (xcb_connection_t *c); 118 xcb_connection_t *xc, 129 xcb_connection_t *xc,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri3.c | 40 xcb_connection_t *c = XGetXCBConnection(dpy); 53 xcb_connection_t *c = XGetXCBConnection(dpy); 71 xcb_connection_t *c = XGetXCBConnection(dpy); 94 xcb_connection_t *c = XGetXCBConnection(dpy); 106 xcb_connection_t *c = XGetXCBConnection(dpy); 114 xcb_connection_t *c = XGetXCBConnection(dpy);
|
| /xsrc/external/mit/xcb-util/dist/event/ |
| H A D | xcb_event.h | 59 typedef int (*xcb_generic_event_handler_t)(void *data, xcb_connection_t *c, xcb_generic_event_t *event); 60 typedef int (*xcb_generic_error_handler_t)(void *data, xcb_connection_t *c, xcb_generic_error_t *error); 74 xcb_connection_t *c; 82 void xcb_event_handlers_init(xcb_connection_t *c, xcb_event_handlers_t *evenths); 89 xcb_connection_t *xcb_event_get_xcb_connection(xcb_event_handlers_t *evenths); 132 static inline void xcb_event_set_##lkind##_handler(xcb_event_handlers_t *evenths, int (*handler)(void *, xcb_connection_t *, xcb_##lkind##_event_t *), void *data) \
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri3.c | 41 xcb_connection_t *c = XGetXCBConnection(dpy); 54 xcb_connection_t *c = XGetXCBConnection(dpy); 72 xcb_connection_t *c = XGetXCBConnection(dpy); 95 xcb_connection_t *c = XGetXCBConnection(dpy); 107 xcb_connection_t *c = XGetXCBConnection(dpy); 113 static void dri3_query_version(xcb_connection_t *c, int *major, int *minor) 129 static int dri3_exists(xcb_connection_t *c) 145 xcb_connection_t *c = XGetXCBConnection(dpy);
|
| /xsrc/external/mit/xcb-util/dist/atom/ |
| H A D | xcb_atom.h.m4 | 31 xcb_atom_t xcb_atom_get(xcb_connection_t *connection, const char *atom_name); 33 xcb_atom_fast_cookie_t xcb_atom_get_fast(xcb_connection_t *c, uint8_t only_if_exists, uint16_t name_len, const char *name); 34 xcb_atom_t xcb_atom_get_fast_reply(xcb_connection_t *c, xcb_atom_fast_cookie_t cookie, xcb_generic_error_t **e); 37 int xcb_atom_get_name(xcb_connection_t *c, xcb_atom_t atom, const char **namep, int *lengthp);
|
| /xsrc/external/mit/xcb-util/dist/property/ |
| H A D | xcb_property.h | 47 typedef int (*xcb_generic_property_handler_t)(void *data, xcb_connection_t *c, uint8_t state, xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *property); 77 xcb_get_property_cookie_t xcb_get_any_property(xcb_connection_t *c, 86 xcb_get_property_cookie_t xcb_get_any_property_unchecked(xcb_connection_t *c,
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | xcb_image.h | 256 xcb_image_create_native (xcb_connection_t * c, 307 xcb_image_get (xcb_connection_t * conn, 347 xcb_image_put (xcb_connection_t * conn, 379 xcb_image_native (xcb_connection_t * c, 521 xcb_image_shm_put (xcb_connection_t * conn, 558 int xcb_image_shm_get (xcb_connection_t * conn, 609 xcb_create_pixmap_from_bitmap_data (xcb_connection_t * display,
|