Searched refs:wl_shm (Results 1 – 5 of 5) sorted by relevance
/external/wayland/cursor/ |
D | wayland-cursor.h | 51 struct wl_shm; 54 wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm);
|
D | wayland-cursor.c | 52 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/ |
D | platform_wayland.c | 162 assert(dri2_dpy->wl_shm); in dri2_wl_create_window_surface() 1623 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer() 1896 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format) in shm_handle_format() 1931 dri2_dpy->wl_shm = in registry_handle_global_swrast() 1933 wl_shm_add_listener(dri2_dpy->wl_shm, &shm_listener, dri2_dpy); in registry_handle_global_swrast() 2013 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_shm == NULL) in dri2_initialize_wayland_swrast() 2074 if (dri2_dpy->wl_shm) in dri2_teardown_wayland() 2075 wl_shm_destroy(dri2_dpy->wl_shm); in dri2_teardown_wayland()
|
D | egl_dri2.h | 209 struct wl_shm *wl_shm; member
|
/external/mesa3d/docs/specs/ |
D | WL_bind_wayland_display.spec | 110 not an EGL wl_buffer (wl_shm and other wayland extensions can
|