Home
last modified time | relevance | path

Searched refs:GetWLCompositor (Results 1 – 3 of 3) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h64 struct wl_compositor* GetWLCompositor() const;
102 inline struct wl_compositor* WLContext::GetWLCompositor() const { return m_wlCompositor; } in GetWLCompositor() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLSurface.cpp54 wl_compositor_create_surface(m_wlContext->GetWLCompositor()); in CreateSurface()
DWLContext.cpp162 … context->ctx->SetPointerSurface(wl_compositor_create_surface(context->ctx->GetWLCompositor())); in SeatHandleCapabilities()