HomeSort by relevance Sort by last modified time
    Searched refs:xcb_connection_t (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xcb.h 96 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
223 int xcb_flush(xcb_connection_t *c);
240 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c);
259 void xcb_prefetch_maximum_request_length(xcb_connection_t *c);
273 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
287 xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c);
303 xcb_generic_event_t *xcb_poll_for_queued_event(xcb_connection_t *c);
321 xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie);
337 void xcb_discard_reply(xcb_connection_t *c, unsigned int sequence)
    [all...]
xcbext.h 60 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request);
72 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent);
84 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests);
89 void *xcb_wait_for_reply(xcb_connection_t *c, unsigned int request, xcb_generic_error_t **e);
90 int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply, xcb_generic_error_t **error);
xc_misc.h 135 ** @param xcb_connection_t *c
143 xcb_xc_misc_get_version (xcb_connection_t *c /**< */,
163 ** @param xcb_connection_t *c
171 xcb_xc_misc_get_version_unchecked (xcb_connection_t *c /**< */,
194 ** @param xcb_connection_t *c
202 xcb_xc_misc_get_version_reply (xcb_connection_t *c /**< */,
219 ** @param xcb_connection_t *c
225 xcb_xc_misc_get_xid_range (xcb_connection_t *c /**< */);
243 ** @param xcb_connection_t *c
249 xcb_xc_misc_get_xid_range_unchecked (xcb_connection_t *c /**< */)
    [all...]
bigreq.h 69 ** @param xcb_connection_t *c
75 xcb_big_requests_enable (xcb_connection_t *c /**< */);
93 ** @param xcb_connection_t *c
99 xcb_big_requests_enable_unchecked (xcb_connection_t *c /**< */);
120 ** @param xcb_connection_t *c
128 xcb_big_requests_enable_reply (xcb_connection_t *c /**< */,
xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xcb.h 77 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
204 int xcb_flush(xcb_connection_t *c);
221 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c);
240 void xcb_prefetch_maximum_request_length(xcb_connection_t *c);
254 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
268 xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c);
286 xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie);
312 const xcb_query_extension_reply_t *xcb_get_extension_data(xcb_connection_t *c, xcb_extension_t *ext);
325 void xcb_prefetch_extension_data(xcb_connection_t *c, xcb_extension_t *ext)
    [all...]
xcbext.h 60 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request);
71 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent);
77 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests);
82 void *xcb_wait_for_reply(xcb_connection_t *c, unsigned int request, xcb_generic_error_t **e);
83 int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply, xcb_generic_error_t **error);
xc_misc.h 135 ** @param xcb_connection_t *c
143 xcb_xc_misc_get_version (xcb_connection_t *c /**< */,
163 ** @param xcb_connection_t *c
171 xcb_xc_misc_get_version_unchecked (xcb_connection_t *c /**< */,
194 ** @param xcb_connection_t *c
202 xcb_xc_misc_get_version_reply (xcb_connection_t *c /**< */,
219 ** @param xcb_connection_t *c
225 xcb_xc_misc_get_xid_range (xcb_connection_t *c /**< */);
243 ** @param xcb_connection_t *c
249 xcb_xc_misc_get_xid_range_unchecked (xcb_connection_t *c /**< */)
    [all...]
bigreq.h 69 ** @param xcb_connection_t *c
75 xcb_big_requests_enable (xcb_connection_t *c /**< */);
93 ** @param xcb_connection_t *c
99 xcb_big_requests_enable_unchecked (xcb_connection_t *c /**< */);
120 ** @param xcb_connection_t *c
128 xcb_big_requests_enable_reply (xcb_connection_t *c /**< */,
xproto.h     [all...]
  /external/deqp/framework/platform/X11/
tcuX11Xcb.hpp 41 xcb_connection_t* getConnection (void) { return m_connection; }
47 xcb_connection_t* m_connection;
tcuX11Xcb.cpp 60 xcb_connection_t* connection = m_display.getConnection();
140 xcb_connection_t* display = m_display.getConnection();
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 44 xcb_connection_t *c_;
ShellXcb.cpp 65 xcb_intern_atom_cookie_t intern_atom_cookie(xcb_connection_t *c, const std::string &s)
70 xcb_atom_t intern_atom(xcb_connection_t *c, xcb_intern_atom_cookie_t cookie)
  /external/mesa3d/src/glx/
glx_query.c 48 xcb_connection_t *c = XGetXCBConnection(dpy);
72 xcb_connection_t *c = XGetXCBConnection(dpy);
clientinfo.c 38 xcb_connection_t *c;
create_context.c 41 xcb_connection_t *const c = XGetXCBConnection(dpy);
glxext.c 289 xcb_connection_t *c = XGetXCBConnection(dpy);
973 xcb_connection_t *c = XGetXCBConnection(dpy);
1025 xcb_connection_t *c = XGetXCBConnection(dpy);
  /external/mesa3d/src/glx/tests/
clientinfo_unittest.cpp 108 static xcb_connection_t *connection_used;
118 extern "C" xcb_connection_t *
121 return (xcb_connection_t *) 0xdeadbeef;
125 xcb_glx_client_info(xcb_connection_t *c,
148 xcb_glx_set_client_info_arb(xcb_connection_t *c,
183 xcb_glx_set_client_info_2arb(xcb_connection_t *c,
265 connection_used = (xcb_connection_t *) ~0;
518 EXPECT_EQ((xcb_connection_t *) 0xdeadbeef, connection_used);
create_context_unittest.cpp 66 xcb_generate_id(xcb_connection_t *c)
74 xcb_glx_create_context_attribs_arb_checked(xcb_connection_t *c,
103 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie)
  /external/vulkan-validation-layers/include/vulkan/
vk_icd.h 101 xcb_connection_t *connection;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_icd.h 101 xcb_connection_t *connection;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 120 xcb_connection_t *conn;
  /external/vulkan-validation-layers/loader/
wsi.h 129 xcb_connection_t *connection, xcb_visualid_t visual_id);
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 142 xcb_connection_t *xcb_conn;

Completed in 3324 milliseconds

1 2 3