HomeSort by relevance Sort by last modified time
    Searched defs:xcb_connection_t (Results 1 - 3 of 3) sorted by null

  /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...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 63 typedef struct xcb_connection_t xcb_connection_t; typedef in typeref:struct:xcb_connection_t
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h 55 typedef struct xcb_connection_t xcb_connection_t; typedef in typeref:struct:xcb_connection_t
    [all...]

Completed in 470 milliseconds