Searched refs:wl_egl_window_create (Results 1 – 5 of 5) sorted by relevance
40 wl_egl_window_create(struct wl_surface *surface,
14 wl_egl_window_create
61 wl_egl_window_create(struct wl_surface *surface, in wl_egl_window_create() function
65 window->egl_window = wl_egl_window_create(window->surface, width, height); in create_window()
171 m_window = wl_egl_window_create(m_surface, width, height); in Window()