Searched refs:shm_buffer (Results 1 – 1 of 1) sorted by relevance
42 struct wl_shm_buffer* shm_buffer = in Commit() local44 CHECK(shm_buffer != nullptr); in Commit()46 wl_shm_buffer_begin_access(shm_buffer); in Commit()48 const int32_t buffer_w = wl_shm_buffer_get_width(shm_buffer); in Commit()50 const int32_t buffer_h = wl_shm_buffer_get_height(shm_buffer); in Commit()54 reinterpret_cast<uint8_t*>(wl_shm_buffer_get_data(shm_buffer)); in Commit()59 wl_shm_buffer_end_access(shm_buffer); in Commit()