Lines Matching refs:wl_buf
1469 struct wl_buffer * wl_buf; in sme_new_buffer() local
1480 wl_buf = wl_shm_pool_create_buffer(wl_pool, in sme_new_buffer()
1487 if(wl_buf != NULL) { in sme_new_buffer()
1488 wl_buffer_add_listener(wl_buf, &wl_buffer_listener, buf); in sme_new_buffer()
1489 SMM_TAG(buf, TAG_LOCAL, wl_buf); in sme_new_buffer()
1572 struct wl_buffer * wl_buf = SMM_BUFFER_PROPERTIES(buf)->tag[TAG_LOCAL]; in sme_free_buffer() local
1576 wl_buffer_destroy(wl_buf); in sme_free_buffer()
1641 struct wl_buffer * wl_buf = SMM_BUFFER_PROPERTIES(decoration_buffer)->tag[TAG_LOCAL]; in attach_decoration() local
1694 wl_surface_attach(decoration->surface, wl_buf, 0, 0); in attach_decoration()
1711 wl_surface_attach(decoration->surface, wl_buf, 0, 0); in attach_decoration()
2163 struct wl_buffer * wl_buf; in _lv_wayland_flush() local
2247 wl_buf = SMM_BUFFER_PROPERTIES(buf)->tag[TAG_LOCAL]; in _lv_wayland_flush()
2248 wl_surface_attach(window->body->surface, wl_buf, 0, 0); in _lv_wayland_flush()