HomeSort by relevance Sort by last modified time
    Searched defs:seat (Results 1 - 2 of 2) sorted by null

  /external/wayland/tests/
display-test.c 125 struct wl_seat *seat; member in struct:handler_info
142 hi->seat = old_registry_bind(registry, id,
145 hi->seat = wl_registry_bind(registry, id,
147 assert(hi->seat);
163 hi->seat = NULL;
166 assert(hi->seat);
170 return hi->seat;
253 struct wl_seat *seat = client_get_seat(c); local
260 check_for_error(c, (struct wl_proxy *) seat);
264 wl_proxy_destroy((struct wl_proxy *) seat);
297 struct wl_seat *seat = client_get_seat(c); local
310 struct wl_seat *seat = client_get_seat(c); local
381 struct wl_seat *seat = client_get_seat(c); local
749 struct wl_seat *seat; local
838 struct wl_seat *seat; local
884 struct wl_seat *seat; local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 291 wl_seat *seat; member in struct:Demo
417 wl_shell_surface_move(demo->shell_surface, demo->seat, serial);
461 static void seat_handle_capabilities(void *data, wl_seat *seat, uint32_t caps) {
465 demo->pointer = wl_seat_get_pointer(seat);
473 demo->keyboard = wl_seat_get_keyboard(seat);
493 demo->seat = (wl_seat *)wl_registry_bind(registry, id, &wl_seat_interface, 1);
494 wl_seat_add_listener(demo->seat, &seat_listener, demo);
527 seat{nullptr},
668 wl_seat_destroy(seat);
    [all...]

Completed in 128 milliseconds