Searched refs:xcb_dri3_open_reply_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Ddri3.h82 * @brief xcb_dri3_open_reply_t
84 typedef struct xcb_dri3_open_reply_t { struct
90 } xcb_dri3_open_reply_t; typedef in typeref:struct:xcb_dri3_open_reply_t
406 xcb_dri3_open_reply_t *
423 xcb_dri3_open_reply_t *reply);
H A Ddri3.c141 xcb_dri3_open_reply_t *
146 return (xcb_dri3_open_reply_t *) xcb_wait_for_reply(c, cookie.sequence, e);
151 xcb_dri3_open_reply_t *reply)
153 return xcb_get_reply_fds(c, reply, sizeof(xcb_dri3_open_reply_t) + 4 * reply->length);

Completed in 198 milliseconds