Searched defs:LibXcbExports (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/WSI/ |
D | XcbSurfaceKHR.cpp | 32 struct LibXcbExports struct 34 LibXcbExports(void *lib) in LibXcbExports() function 45 …on_t *c, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list); 46 int (*xcb_flush)(xcb_connection_t *c); 47 xcb_void_cookie_t (*xcb_free_gc)(xcb_connection_t *c, xcb_gcontext_t gc); 48 uint32_t (*xcb_generate_id)(xcb_connection_t *c); 49 xcb_get_geometry_cookie_t (*xcb_get_geometry)(xcb_connection_t *c, xcb_drawable_t drawable); 50 …et_geometry_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t cookie, xcb_generic_error_t **e); 51 …context_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uin…
|