Searched refs:wl_resource_get_version (Results 1 – 14 of 14) sorted by relevance
/third_party/weston/libweston/ |
D | data-device.c | 110 wl_resource_get_version(source->resource) >= in data_source_notify_finish() 116 if (wl_resource_get_version(source->resource) >= in data_source_notify_finish() 130 if (wl_resource_get_version(offer->resource) >= in data_offer_choose_action() 138 if (wl_resource_get_version(offer->source->resource) >= in data_offer_choose_action() 179 if (wl_resource_get_version(offer->source->resource) >= in data_offer_update_action() 183 if (wl_resource_get_version(offer->resource) >= in data_offer_update_action() 281 if (wl_resource_get_version(offer->resource) < in destroy_data_offer() 285 wl_resource_get_version(offer->source->resource) >= in destroy_data_offer() 320 wl_resource_get_version(target), 0); in weston_data_source_send_offer() 554 if (wl_resource_get_version (offer_resource) >= in weston_drag_set_focus() [all …]
|
D | linux-explicit-synchronization.c | 139 wl_resource_get_version(resource), id); in linux_surface_synchronization_get_release() 195 wl_resource_get_version(resource), id); in linux_explicit_synchronization_get_synchronization()
|
D | weston-log-wayland.c | 245 version = wl_resource_get_version(global_resource); in weston_debug_subscribe()
|
D | linux-dmabuf.c | 120 if (wl_resource_get_version(params_resource) < ZWP_LINUX_DMABUF_V1_MODIFIER_SINCE_VERSION) in params_add() 418 version = wl_resource_get_version(linux_dmabuf_resource); in linux_dmabuf_create_params()
|
D | touch-calibration.c | 292 version = wl_resource_get_version(resource); in touch_calibrator_convert() 487 version = wl_resource_get_version(touch_calibration_resource); in touch_calibration_create_calibrator()
|
D | input.c | 668 wl_resource_get_version(resource) >= in weston_pointer_send_axis() 680 } else if (wl_resource_get_version(resource) >= in weston_pointer_send_axis() 712 if (wl_resource_get_version(resource) >= in weston_pointer_send_axis_source() 722 if (wl_resource_get_version(resource) >= in pointer_send_frame() 2095 if (wl_resource_get_version(resource) < 7) in weston_keyboard_send_keymap() 2789 wl_resource_get_version(resource), id); in seat_get_pointer() 2870 wl_resource_get_version(resource), id); in seat_get_keyboard() 2890 if (wl_resource_get_version(cr) >= WL_KEYBOARD_REPEAT_INFO_SINCE_VERSION) { in seat_get_keyboard() 2963 wl_resource_get_version(resource), id); in seat_get_touch() 3056 wl_resource_get_version(resource), id); in relative_pointer_manager_get_relative_pointer() [all …]
|
D | compositor.c | 131 version = wl_resource_get_version(resource); in weston_mode_switch_send_events() 3985 wl_resource_get_version(resource), id); in compositor_create_surface() 6076 ver = wl_resource_get_version(resource); in weston_output_move() 6301 ver = wl_resource_get_version(resource); in weston_output_set_transform() 6863 int version = wl_resource_get_version(manager); in xdg_output_manager_get_xdg_output() 7045 int version = wl_resource_get_version(viewporter); in viewporter_get_viewport()
|
/third_party/wayland_standard/tests/ |
D | resources-test.c | 53 assert(wl_resource_get_version(res) == 4); in TEST()
|
/third_party/wayland_standard/src/ |
D | wayland-server-core.h | 569 wl_resource_get_version(struct wl_resource *resource);
|
D | wayland-server.c | 809 wl_resource_get_version(struct wl_resource *resource) in wl_resource_get_version() function
|
/third_party/weston/libweston-desktop/ |
D | surface.c | 310 wl_resource_get_version(client_resource), in weston_desktop_surface_add_resource()
|
D | xdg-shell-v6.c | 1339 wl_resource_get_version(resource), id); in weston_desktop_xdg_shell_protocol_create_positioner()
|
D | xdg-shell.c | 1392 wl_resource_get_version(resource), id); in weston_desktop_xdg_shell_protocol_create_positioner()
|
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
D | ivi-input-controller.c | 256 if (wl_resource_get_version(resource) >= in input_ctrl_kbd_snd_event_resource()
|