xcb-d v2.1.0+1.11.1 (2016-01-11T21:50:00Z)
Dub
Repo
xcb_dri3_pixmap_from_buffer
xcb
dri3
@param c The connection @return A cookie
Delivers a request to the X server.
extern (
C
)
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
)
Meta
Source
See Implementation
xcb
dri3
functions
xcb_dri3_buffer_from_pixmap
xcb_dri3_buffer_from_pixmap_reply
xcb_dri3_buffer_from_pixmap_reply_fds
xcb_dri3_buffer_from_pixmap_unchecked
xcb_dri3_fd_from_fence
xcb_dri3_fd_from_fence_reply
xcb_dri3_fd_from_fence_reply_fds
xcb_dri3_fd_from_fence_unchecked
xcb_dri3_fence_from_fd
xcb_dri3_fence_from_fd_checked
xcb_dri3_open
xcb_dri3_open_reply
xcb_dri3_open_reply_fds
xcb_dri3_open_unchecked
xcb_dri3_pixmap_from_buffer
xcb_dri3_pixmap_from_buffer_checked
xcb_dri3_query_version
xcb_dri3_query_version_reply
xcb_dri3_query_version_unchecked
manifest constants
XCB_DRI3_BUFFER_FROM_PIXMAP
XCB_DRI3_FD_FROM_FENCE
XCB_DRI3_FENCE_FROM_FD
XCB_DRI3_OPEN
XCB_DRI3_PIXMAP_FROM_BUFFER
XCB_DRI3_QUERY_VERSION
static variables
xcb_dri3_id
structs
xcb_dri3_buffer_from_pixmap_cookie_t
xcb_dri3_buffer_from_pixmap_reply_t
xcb_dri3_buffer_from_pixmap_request_t
xcb_dri3_fd_from_fence_cookie_t
xcb_dri3_fd_from_fence_reply_t
xcb_dri3_fd_from_fence_request_t
xcb_dri3_fence_from_fd_request_t
xcb_dri3_open_cookie_t
xcb_dri3_open_reply_t
xcb_dri3_open_request_t
xcb_dri3_pixmap_from_buffer_request_t
xcb_dri3_query_version_cookie_t
xcb_dri3_query_version_reply_t
xcb_dri3_query_version_request_t
variables
XCB_DRI3_MAJOR_VERSION
XCB_DRI3_MINOR_VERSION
@param c The connection @return A cookie
Delivers a request to the X server.