/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | libXCB.hpp | 25 xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list) = nullptr; 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) = nullptr; 30 xcb_get_geometry_reply_t *(*xcb_get_geometry_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t cookie, xcb_generic_error_t **e) = nullptr; 31 xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uint8_t depth, uint32_t data_len, const uint8_t *data) = nullptr;
|
H A D | XcbSurfaceKHR.hpp | 45 xcb_connection_t *connection;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | x11prop.h | 28 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);
|
H A D | x11prop.c | 34 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()
|
H A D | x11wrap.h | 49 xcb_connection_t *pa_x11_wrapper_get_xcb_connection(pa_x11_wrapper *w);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
H A D | WindowSurfaceVkXcb.h | 15 struct xcb_connection_t; 25 xcb_connection_t *conn); 31 xcb_connection_t *mXcbConnection;
|
H A D | DisplayVkXcb.h | 15 struct xcb_connection_t; 40 xcb_connection_t *mXcbConnection;
|
H A D | WindowSurfaceVkXcb.cpp | 19 xcb_connection_t *conn) in WindowSurfaceVkXcb()
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.h | 127 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,
|
H A D | loader_dri3_helper.c | 64 get_screen_for_root(xcb_connection_t *conn, xcb_window_t root) in get_screen_for_root() 102 set_adaptive_sync_property(xcb_connection_t *conn, xcb_drawable_t drawable, in set_adaptive_sync_property() 239 dri3_fence_reset(xcb_connection_t *c, struct loader_dri3_buffer *buffer) in dri3_fence_reset() 251 dri3_fence_trigger(xcb_connection_t *c, struct loader_dri3_buffer *buffer) in dri3_fence_trigger() 257 dri3_fence_await(xcb_connection_t *c, struct loader_dri3_drawable *draw, in dri3_fence_await() 379 loader_dri3_drawable_init(xcb_connection_t *conn, in loader_dri3_drawable_init() 761 dri3_copy_area(xcb_connection_t *c, in dri3_copy_area() 1227 loader_dri3_open(xcb_connection_t *conn, in loader_dri3_open() 1813 loader_dri3_create_image(xcb_connection_t *c, in loader_dri3_create_image() 1858 loader_dri3_create_image_from_buffers(xcb_connection_t * [all...] |
/third_party/mesa3d/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,
|
/third_party/skia/third_party/externals/swiftshader/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,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/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,
|
/third_party/skia/include/third_party/vulkan/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,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_xcb.h | 31 xcb_connection_t* connection; 36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id); 48 xcb_connection_t* connection,
|
/third_party/mesa3d/src/glx/tests/ |
H A D | clientinfo_unittest.cpp | 103 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()
|
H A D | create_context_unittest.cpp | 68 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/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11Xcb.cpp | 40 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()
|
H A D | tcuLnxX11Xcb.hpp | 43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() 51 xcb_connection_t* m_connection;
|
/third_party/mesa3d/src/glx/ |
H A D | glx_query.c | 45 xcb_connection_t *c = XGetXCBConnection(dpy); in __glXQueryServerString() 72 xcb_connection_t *c = XGetXCBConnection(dpy); in __glXGetString()
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldisplay.h | 302 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/ |
H A D | wsi_common_x11.c | 85 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() 361 * Get internal struct representing an xcb_connection_t. 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 *connectio in wsi_GetPhysicalDeviceXcbPresentationSupportKHR() [all...] |
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_x11.c | 35 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/vk-gl-cts/external/vulkan-docs/src/tests/xcb/ |
H A D | xcb.h | 7 typedef int xcb_connection_t; typedef
|
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 53 xcb_connection_t *conn; 220 static int check_shm(xcb_connection_t *conn) in check_shm() 241 xcb_connection_t *conn = opaque; in allocate_shm_buffer() 313 static int check_xfixes(xcb_connection_t *conn) in check_xfixes() 722 xcb_connection_t *conn = c->conn; in select_region()
|