Home
last modified time | relevance | path

Searched refs:wl_shell_surface_set_title (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp163 wl_shell_surface_set_title(m_shellSurface, "CTS for OpenGL (ES)"); in Window()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c139 wl_shell_surface_set_title (window_wl->shell_surface, "Vulkan Renderer"); in create_surfaces()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DOpenGLES2App.cpp236 wl_shell_surface_set_title(m_wlContextStruct.wlShellSurface, "mocknavi"); in createWLContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c294 wl_shell_surface_set_title(wind->shell_surface, window->title); in Wayland_SetWindowTitle()
/third_party/weston/clients/
Dsimple-touch.c338 wl_shell_surface_set_title(touch->shell_surface, "simple-touch"); in touch_create()
Dmulti-resource.c159 wl_shell_surface_set_title(window->shell_surface, "simple-shm"); in create_window()
/third_party/flutter/glfw/src/
Dwl_window.c233 wl_shell_surface_set_title(window->wl.shell_surface, window->wl.title); in createShellSurface()
462 wl_shell_surface_set_title(window->wl.shell_surface, title); in _glfwPlatformSetWindowTitle()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c607 wl_shell_surface_set_title(p_window->p_shell_surface, p_window_title); in CreateEglWindow()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c331 wl_shell_surface_set_title (wl_shell_surface, "OpenGL Renderer"); in create_wl_shell_surface()
/third_party/wayland_standard/tests/data/
Dexample-client.h3285 wl_shell_surface_set_title(struct wl_shell_surface *wl_shell_surface, const char *title) in wl_shell_surface_set_title() function