Home
last modified time | relevance | path

Searched refs:wl_egl_window_create (Results 1 – 5 of 5) sorted by relevance

/external/wayland/src/
Dwayland-egl-core.h40 wl_egl_window_create(struct wl_surface *surface,
/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl-symbols-check14 wl_egl_window_create
Dwayland-egl.c61 wl_egl_window_create(struct wl_surface *surface, in wl_egl_window_create() function
/external/libkmsxx/kmscube/
Dcube-wl.cpp65 window->egl_window = wl_egl_window_create(window->surface, width, height); in create_window()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp171 m_window = wl_egl_window_create(m_surface, width, height); in Window()