OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wayland_roundtrip
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h
123
wayland_roundtrip
(struct wayland_display *drmdpy);
native_drm.c
211
if (
wayland_roundtrip
(&drmdpy->base) < 0 || drmdpy->wl_drm == NULL)
215
if (
wayland_roundtrip
(&drmdpy->base) < 0 || drmdpy->fd == -1)
218
if (
wayland_roundtrip
(&drmdpy->base) < 0 || !drmdpy->authenticated)
native_shm.c
163
if (
wayland_roundtrip
(&shmdpy->base) < 0 || shmdpy->wl_shm == NULL)
native_wayland.c
52
wayland_roundtrip
(struct wayland_display *display)
function
177
wayland_roundtrip
(display);
Completed in 35 milliseconds