Searched refs:xcb_shm_id (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | shm.c | 19 xcb_extension_t xcb_shm_id = { "MIT-SHM", 0 }; variable 44 .ext = &xcb_shm_id, in xcb_shm_query_version() 68 .ext = &xcb_shm_id, in xcb_shm_query_version_unchecked() 103 .ext = &xcb_shm_id, in xcb_shm_attach_checked() 134 .ext = &xcb_shm_id, in xcb_shm_attach() 163 .ext = &xcb_shm_id, in xcb_shm_detach_checked() 189 .ext = &xcb_shm_id, in xcb_shm_detach() 229 .ext = &xcb_shm_id, in xcb_shm_put_image_checked() 284 .ext = &xcb_shm_id, in xcb_shm_put_image() 333 .ext = &xcb_shm_id, in xcb_shm_get_image() [all …]
|
H A D | shm.h | 25 extern xcb_extension_t xcb_shm_id;
|