Home
last modified time | relevance | path

Searched refs:pending_buffer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.cpp31 state_.pending_buffer = buffer; in Attach()
36 state_.current_buffer = state_.pending_buffer; in Commit()
37 state_.pending_buffer = nullptr; in Commit()
Dwayland_surface.h73 struct wl_resource* pending_buffer = nullptr; member