- xcb_dri3_buffer_from_pixmap
xcb_dri3_buffer_from_pixmap_cookie_t xcb_dri3_buffer_from_pixmap(xcb_connection_t* c, xcb_pixmap_t pixmap)
@param c The connection
@return A cookie
- xcb_dri3_buffer_from_pixmap_reply
xcb_dri3_buffer_from_pixmap_reply_t* xcb_dri3_buffer_from_pixmap_reply(xcb_connection_t* c, xcb_dri3_buffer_from_pixmap_cookie_t cookie, xcb_generic_error_t** e)
Return the reply
@param c The connection
@param cookie The cookie
@param e The xcb_generic_error_t supplied
- xcb_dri3_buffer_from_pixmap_reply_fds
int* xcb_dri3_buffer_from_pixmap_reply_fds(xcb_connection_t* c, xcb_dri3_buffer_from_pixmap_reply_t* reply)
Return the reply fds
@param c The connection
@param reply The reply
- xcb_dri3_buffer_from_pixmap_unchecked
xcb_dri3_buffer_from_pixmap_cookie_t xcb_dri3_buffer_from_pixmap_unchecked(xcb_connection_t* c, xcb_pixmap_t pixmap)
@param c The connection
@return A cookie
- xcb_dri3_fd_from_fence
xcb_dri3_fd_from_fence_cookie_t xcb_dri3_fd_from_fence(xcb_connection_t* c, xcb_drawable_t drawable, uint fence)
@param c The connection
@return A cookie
- xcb_dri3_fd_from_fence_reply
xcb_dri3_fd_from_fence_reply_t* xcb_dri3_fd_from_fence_reply(xcb_connection_t* c, xcb_dri3_fd_from_fence_cookie_t cookie, xcb_generic_error_t** e)
Return the reply
@param c The connection
@param cookie The cookie
@param e The xcb_generic_error_t supplied
- xcb_dri3_fd_from_fence_reply_fds
int* xcb_dri3_fd_from_fence_reply_fds(xcb_connection_t* c, xcb_dri3_fd_from_fence_reply_t* reply)
Return the reply fds
@param c The connection
@param reply The reply
- xcb_dri3_fd_from_fence_unchecked
xcb_dri3_fd_from_fence_cookie_t xcb_dri3_fd_from_fence_unchecked(xcb_connection_t* c, xcb_drawable_t drawable, uint fence)
@param c The connection
@return A cookie
- xcb_dri3_fence_from_fd
xcb_void_cookie_t xcb_dri3_fence_from_fd(xcb_connection_t* c, xcb_drawable_t drawable, uint fence, ubyte initially_triggered, int fence_fd)
@param c The connection
@return A cookie
- xcb_dri3_fence_from_fd_checked
xcb_void_cookie_t xcb_dri3_fence_from_fd_checked(xcb_connection_t* c, xcb_drawable_t drawable, uint fence, ubyte initially_triggered, int fence_fd)
@param c The connection
@return A cookie
- xcb_dri3_open
xcb_dri3_open_cookie_t xcb_dri3_open(xcb_connection_t* c, xcb_drawable_t drawable, uint provider)
@param c The connection
@return A cookie
- xcb_dri3_open_reply
xcb_dri3_open_reply_t* xcb_dri3_open_reply(xcb_connection_t* c, xcb_dri3_open_cookie_t cookie, xcb_generic_error_t** e)
Return the reply
@param c The connection
@param cookie The cookie
@param e The xcb_generic_error_t supplied
- xcb_dri3_open_reply_fds
int* xcb_dri3_open_reply_fds(xcb_connection_t* c, xcb_dri3_open_reply_t* reply)
Return the reply fds
@param c The connection
@param reply The reply
- xcb_dri3_open_unchecked
xcb_dri3_open_cookie_t xcb_dri3_open_unchecked(xcb_connection_t* c, xcb_drawable_t drawable, uint provider)
@param c The connection
@return A cookie
- xcb_dri3_pixmap_from_buffer
xcb_void_cookie_t xcb_dri3_pixmap_from_buffer(xcb_connection_t* c, xcb_pixmap_t pixmap, xcb_drawable_t drawable, uint size, ushort width, ushort height, ushort stride, ubyte depth, ubyte bpp, int pixmap_fd)
@param c The connection
@return A cookie
- xcb_dri3_pixmap_from_buffer_checked
xcb_void_cookie_t xcb_dri3_pixmap_from_buffer_checked(xcb_connection_t* c, xcb_pixmap_t pixmap, xcb_drawable_t drawable, uint size, ushort width, ushort height, ushort stride, ubyte depth, ubyte bpp, int pixmap_fd)
@param c The connection
@return A cookie
- xcb_dri3_query_version
xcb_dri3_query_version_cookie_t xcb_dri3_query_version(xcb_connection_t* c, uint major_version, uint minor_version)
@param c The connection
@return A cookie
- xcb_dri3_query_version_reply
xcb_dri3_query_version_reply_t* xcb_dri3_query_version_reply(xcb_connection_t* c, xcb_dri3_query_version_cookie_t cookie, xcb_generic_error_t** e)
Return the reply
@param c The connection
@param cookie The cookie
@param e The xcb_generic_error_t supplied
- xcb_dri3_query_version_unchecked
xcb_dri3_query_version_cookie_t xcb_dri3_query_version_unchecked(xcb_connection_t* c, uint major_version, uint minor_version)
@param c The connection
@return A cookie
@defgroup XCB_DRI3_API XCB DRI3 API @brief DRI3 XCB Protocol Implementation. @{