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

/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dpresent.h126 * @brief xcb_present_pixmap_request_t
128 typedef struct xcb_present_pixmap_request_t { struct
147 } xcb_present_pixmap_request_t; typedef in typeref:struct:xcb_present_pixmap_request_t
479 xcb_present_pixmap_notifies (const xcb_present_pixmap_request_t *R);
482 xcb_present_pixmap_notifies_length (const xcb_present_pixmap_request_t *R);
485 xcb_present_pixmap_notifies_iterator (const xcb_present_pixmap_request_t *R);
H A Dpresent.c117 xcb_block_len += sizeof(xcb_present_pixmap_request_t);
165 xcb_present_pixmap_request_t xcb_out;
225 xcb_present_pixmap_request_t xcb_out;
258 xcb_present_pixmap_notifies (const xcb_present_pixmap_request_t *R)
264 xcb_present_pixmap_notifies_length (const xcb_present_pixmap_request_t *R)
266 return (((R->length * 4) - sizeof(xcb_present_pixmap_request_t))/sizeof(xcb_present_notify_t));
270 xcb_present_pixmap_notifies_iterator (const xcb_present_pixmap_request_t *R)
274 i.rem = (((R->length * 4) - sizeof(xcb_present_pixmap_request_t))/sizeof(xcb_present_notify_t));

Completed in 189 milliseconds