Home
last modified time | relevance | path

Searched refs:wl_shm (Results 1 – 8 of 8) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h84 struct wl_shm;
1603 struct wl_shm *wl_shm,
1611 wl_shm_add_listener(struct wl_shm *wl_shm, in wl_shm_add_listener() argument
1614 return wl_proxy_add_listener((struct wl_proxy *) wl_shm, in wl_shm_add_listener()
1632 wl_shm_set_user_data(struct wl_shm *wl_shm, void *user_data) in wl_shm_set_user_data() argument
1634 wl_proxy_set_user_data((struct wl_proxy *) wl_shm, user_data); in wl_shm_set_user_data()
1639 wl_shm_get_user_data(struct wl_shm *wl_shm) in wl_shm_get_user_data() argument
1641 return wl_proxy_get_user_data((struct wl_proxy *) wl_shm); in wl_shm_get_user_data()
1645 wl_shm_get_version(struct wl_shm *wl_shm) in wl_shm_get_version() argument
1647 return wl_proxy_get_version((struct wl_proxy *) wl_shm); in wl_shm_get_version()
[all …]
Dexample-server.h87 struct wl_shm;
/external/wayland/cursor/
Dwayland-cursor.h37 struct wl_shm;
54 wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm);
Dwayland-cursor.c52 shm_pool_create(struct wl_shm *shm, int size) in shm_pool_create()
136 struct wl_shm *shm;
389 wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm) in wl_cursor_theme_load()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h53 struct wl_shm;
238 struct wl_shm *wl_shm; member
Dplatform_wayland.c347 assert(dri2_dpy->wl_shm); in dri2_wl_create_window_surface()
1688 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()
1961 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format) in shm_handle_format()
1984 dri2_dpy->wl_shm = in registry_handle_global_swrast()
1986 wl_shm_add_listener(dri2_dpy->wl_shm, &shm_listener, dri2_dpy); in registry_handle_global_swrast()
2065 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_shm == NULL) in dri2_initialize_wayland_swrast()
2121 if (dri2_dpy->wl_shm) in dri2_teardown_wayland()
2122 wl_shm_destroy(dri2_dpy->wl_shm); in dri2_teardown_wayland()
/external/mesa3d/docs/_extra/specs/
DWL_bind_wayland_display.spec110 not an EGL wl_buffer (wl_shm and other wayland extensions can
/external/crosvm/gpu_display/src/
Ddisplay_wl.c40 struct wl_shm *shm;
260 ifaces->shm = (struct wl_shm *)wl_registry_bind( in registry_global()