OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attached_width
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-priv.h
25
int
attached_width
;
member in struct:wl_egl_window
wayland-egl.c
35
egl_window->
attached_width
= 0;
52
*width = egl_window->
attached_width
;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c
284
(uint *) &surface->win->
attached_width
,
/external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c
601
dri2_surf->wl_win->
attached_width
= dri2_surf->base.Width;
Completed in 731 milliseconds