OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_egl_window
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-priv.h
17
struct
wl_egl_window
{
struct
29
void (*resize_callback)(struct
wl_egl_window
*, void *);
wayland-egl.c
8
wl_egl_window_resize(struct
wl_egl_window
*egl_window,
21
WL_EGL_EXPORT struct
wl_egl_window
*
25
struct
wl_egl_window
*egl_window;
42
wl_egl_window_destroy(struct
wl_egl_window
*egl_window)
48
wl_egl_window_get_attached_size(struct
wl_egl_window
*egl_window,
/external/mesa3d/include/EGL/
eglplatform.h
90
typedef struct
wl_egl_window
*EGLNativeWindowType;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h
77
struct
wl_egl_window
*win;
native_wayland.c
387
surface->win = (struct
wl_egl_window
*) win;
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h
170
struct
wl_egl_window
*wl_win;
platform_wayland.c
104
resize_callback(struct
wl_egl_window
*wl_win, void *data)
157
dri2_surf->wl_win = (struct
wl_egl_window
*) window;
Completed in 216 milliseconds