xcb-d v2.1.1+1.11.1 (2018-10-28T22:27:09Z)
Dub
Repo
xcb_dri3_pixmap_from_buffer_request_t
xcb
dri3
@brief xcb_dri3_pixmap_from_buffer_request_t
extern (
C
)
struct
xcb_dri3_pixmap_from_buffer_request_t {
ubyte
major_opcode
;
ubyte
minor_opcode
;
ushort
length
;
xcb_pixmap_t
pixmap
;
xcb_drawable_t
drawable
;
uint
size
;
ushort
width
;
ushort
height
;
ushort
stride
;
ubyte
depth
;
ubyte
bpp
;
}
Members
Variables
bpp
ubyte
bpp
;
<
depth
ubyte
depth
;
<
drawable
xcb_drawable_t
drawable
;
<
height
ushort
height
;
<
length
ushort
length
;
<
major_opcode
ubyte
major_opcode
;
<
minor_opcode
ubyte
minor_opcode
;
<
pixmap
xcb_pixmap_t
pixmap
;
<
size
uint
size
;
<
stride
ushort
stride
;
<
width
ushort
width
;
<
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
@brief xcb_dri3_pixmap_from_buffer_request_t