Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp50 struct wl_compositor* getCompositor (void) { return m_compositor; } in getCompositor() function in tcu::lnx::wayland::Display
DtcuLnxWayland.cpp154 m_surface = wl_compositor_create_surface(display.getCompositor()); in Window()