Home
last modified time | relevance | path

Searched refs:getShell (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp51 struct wl_shell* getShell (void) { return m_shell; } in getShell() function in tcu::lnx::wayland::Display
DtcuLnxWayland.cpp141 m_shellSurface = wl_shell_get_shell_surface(display.getShell(), m_surface); in Window()