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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
  /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/chromium_org/third_party/mesa/src/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);
  /external/chromium_org/third_party/mesa/src/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/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);
  /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/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 120 xcb_connection_t *conn;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 120 xcb_connection_t *conn;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 142 xcb_connection_t *xcb_conn;
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 142 xcb_connection_t *xcb_conn;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 286 xcb_connection_t *c = XGetXCBConnection(dpy);
309 xcb_connection_t *c = XGetXCBConnection(dpy);
376 xcb_connection_t *c = XGetXCBConnection(dpy);
400 xcb_connection_t *c = XGetXCBConnection(dpy);
    [all...]

Completed in 1148 milliseconds

1 2