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

/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c156 xcb_connection_t *xcb_connection; member in struct:AppInstance
1039 // API guarantees non-null xcb_connection
1040 inst->xcb_connection = xcb_connect(NULL, &scr);
1041 int conn_error = xcb_connection_has_error(inst->xcb_connection);
1045 inst->xcb_connection = NULL;
1048 setup = xcb_get_setup(inst->xcb_connection);
1057 inst->xcb_window = xcb_generate_id(inst->xcb_connection);
1058 xcb_create_window(inst->xcb_connection, XCB_COPY_FROM_PARENT, inst->xcb_window,
1063 xcb_intern_atom_cookie_t cookie = xcb_intern_atom(inst->xcb_connection, 1, 12, "WM_PROTOCOLS");
1064 xcb_intern_atom_reply_t *reply = xcb_intern_atom_reply(inst->xcb_connection, cooki
[all...]

Completed in 144 milliseconds