Searched refs:wl_shm (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_shm.c51 struct wl_shm *wl_shm; member in struct:wayland_shm_display
109 pool = wl_shm_create_pool(shmdpy->wl_shm, wsh.fd, wsh.size);
118 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format)
142 if (strcmp(interface, "wl_shm") == 0) {
143 shmdpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1);
144 wl_shm_add_listener(shmdpy->wl_shm, &shm_listener, shmdpy);
163 if (wayland_roundtrip(&shmdpy->base) < 0 || shmdpy->wl_shm == NULL)
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_shm.c51 struct wl_shm *wl_shm; member in struct:wayland_shm_display
109 pool = wl_shm_create_pool(shmdpy->wl_shm, wsh.fd, wsh.size);
118 shm_handle_format(void *data, struct wl_shm *shm, uint32_t format)
142 if (strcmp(interface, "wl_shm") == 0) {
143 shmdpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1);
144 wl_shm_add_listener(shmdpy->wl_shm, &shm_listener, shmdpy);
163 if (wayland_roundtrip(&shmdpy->base) < 0 || shmdpy->wl_shm == NULL)
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec104 not an EGL wl_buffer (wl_shm and other wayland extensions can
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec104 not an EGL wl_buffer (wl_shm and other wayland extensions can

Completed in 698 milliseconds