Home
last modified time | relevance | path

Searched refs:wl_shell_interface (Results 1 – 6 of 6) sorted by relevance

/external/libkmsxx/kmscube/
Dcube-wl.cpp28 s_shell = (struct wl_shell*)wl_registry_bind(registry, name, &wl_shell_interface, 0); in registry_add_object()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
/external/wayland/tests/data/
Dexample-code.c318 WL_EXPORT const struct wl_interface wl_shell_interface = { variable
Dexample-server.h428 extern const struct wl_interface wl_shell_interface;
2217 struct wl_shell_interface { struct
Dexample-client.h425 extern const struct wl_interface wl_shell_interface;
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp328 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()