OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_window
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
wayland-egl.c
8
wl_egl_window_resize(struct wl_egl_window *
egl_window
,
12
egl_window
->width = width;
13
egl_window
->height = height;
14
egl_window
->dx = dx;
15
egl_window
->dy = dy;
17
if (
egl_window
->resize_callback)
18
egl_window
->resize_callback(
egl_window
,
egl_window
->private);
25
struct wl_egl_window *
egl_window
;
local
[
all
...]
/external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl.c
8
wl_egl_window_resize(struct wl_egl_window *
egl_window
,
12
egl_window
->width = width;
13
egl_window
->height = height;
14
egl_window
->dx = dx;
15
egl_window
->dy = dy;
17
if (
egl_window
->resize_callback)
18
egl_window
->resize_callback(
egl_window
,
egl_window
->private);
25
struct wl_egl_window *
egl_window
;
local
[
all
...]
Completed in 135 milliseconds