Lines Matching refs:smm_buffer_t
143 smm_buffer_t * pending_buffer;
1321 smm_buffer_t * buf; in handle_wl_buffer_release()
1323 buf = (smm_buffer_t *)data; in handle_wl_buffer_release()
1328 …LV_LOG_TRACE("releasing buffer %p wl_buffer %p w:%d h:%d frame: %d", (smm_buffer_t *)data, (void *… in handle_wl_buffer_release()
1331 smm_release((smm_buffer_t *)data); in handle_wl_buffer_release()
1344 static void cache_purge(struct window * window, smm_buffer_t * buf) in cache_purge()
1347 smm_buffer_t * next_buf = smm_next(buf); in cache_purge()
1363 static void cache_add_area(struct window * window, smm_buffer_t * buf, const lv_area_t * area) in cache_add_area()
1392 static void cache_apply_areas(struct window * window, void * dest, void * src, smm_buffer_t * src_b… in cache_apply_areas()
1399 smm_buffer_t * next_buf = smm_next(src_buf); in cache_apply_areas()
1467 static bool sme_new_buffer(void * ctx, smm_buffer_t * buf) in sme_new_buffer()
1497 static bool sme_init_buffer(void * ctx, smm_buffer_t * buf) in sme_init_buffer()
1499 smm_buffer_t * src; in sme_init_buffer()
1570 static void sme_free_buffer(void * ctx, smm_buffer_t * buf) in sme_free_buffer()
1639 smm_buffer_t * decoration_buffer, struct graphic_object * parent) in attach_decoration()
1787 smm_buffer_t * buf; in create_decoration()
1935 struct smm_buffer_t * body_buf1; in resize_window()
1936 struct smm_buffer_t * body_buf2; in resize_window()
2168 smm_buffer_t * buf; in _lv_wayland_flush()