OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wayland_display
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h
44
struct
wayland_display
{
struct
57
struct wl_buffer *(*create_buffer)(struct
wayland_display
*display,
75
struct
wayland_display
*display;
96
static INLINE struct
wayland_display
*
97
wayland_display
(const struct native_display *ndpy)
function
99
return (struct
wayland_display
*) ndpy;
114
struct
wayland_display
*
118
struct
wayland_display
*
123
wayland_roundtrip(struct
wayland_display
*drmdpy);
native_wayland.c
52
wayland_roundtrip(struct
wayland_display
*display)
82
struct
wayland_display
*display =
wayland_display
(ndpy);
166
struct
wayland_display
*display = surface->display;
255
struct
wayland_display
*display = surface->display;
374
struct
wayland_display
*display =
wayland_display
(ndpy);
417
struct
wayland_display
*display = NULL;
native_shm.c
48
struct
wayland_display
base;
77
wayland_create_shm_buffer(struct
wayland_display
*display,
186
struct
wayland_display
*
native_drm.c
52
struct
wayland_display
base;
92
wayland_create_drm_buffer(struct
wayland_display
*display,
307
struct
wayland_display
*
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h
44
struct
wayland_display
{
struct
57
struct wl_buffer *(*create_buffer)(struct
wayland_display
*display,
75
struct
wayland_display
*display;
96
static INLINE struct
wayland_display
*
97
wayland_display
(const struct native_display *ndpy)
function
99
return (struct
wayland_display
*) ndpy;
114
struct
wayland_display
*
118
struct
wayland_display
*
123
wayland_roundtrip(struct
wayland_display
*drmdpy);
native_wayland.c
52
wayland_roundtrip(struct
wayland_display
*display)
82
struct
wayland_display
*display =
wayland_display
(ndpy);
166
struct
wayland_display
*display = surface->display;
255
struct
wayland_display
*display = surface->display;
374
struct
wayland_display
*display =
wayland_display
(ndpy);
417
struct
wayland_display
*display = NULL;
native_shm.c
48
struct
wayland_display
base;
77
wayland_create_shm_buffer(struct
wayland_display
*display,
186
struct
wayland_display
*
native_drm.c
52
struct
wayland_display
base;
92
wayland_create_drm_buffer(struct
wayland_display
*display,
307
struct
wayland_display
*
Completed in 211 milliseconds