Lines Matching refs:shm_format
179 uint32_t shm_format; member
316 static void shm_format(void * data, struct wl_shm * wl_shm, uint32_t format) in shm_format() function
327 app->shm_format = format; in shm_format()
332 app->shm_format != WL_SHM_FORMAT_ARGB8888) { in shm_format()
335 app->shm_format = format; in shm_format()
340 app->shm_format = format; in shm_format()
346 shm_format
1485 app->shm_format); in sme_new_buffer()
1742 switch(application.shm_format) { in color_fill()
2225 if(app->shm_format == WL_SHM_FORMAT_ARGB8888) { in _lv_wayland_flush()
2445 application.shm_format = SHM_FORMAT_UNKNOWN; in wayland_init()
2461 LV_ASSERT_MSG((application.shm_format != SHM_FORMAT_UNKNOWN), "WL_SHM_FORMAT not available"); in wayland_init()
2462 if(application.shm_format == SHM_FORMAT_UNKNOWN) { in wayland_init()