Home
last modified time | relevance | path

Searched refs:newly_attached (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/clients/
Dnested.c112 int newly_attached; member
463 surface->pending.newly_attached = 1; in surface_attach()
556 if (surface->pending.newly_attached) in surface_commit()
563 surface->pending.newly_attached = 0; in surface_commit()
/third_party/weston/libweston/
Dcompositor.c470 state->newly_attached = 0; in weston_surface_state_init()
2199 surface->pending.newly_attached = 0; in weston_surface_reset_pending_buffer()
3336 surface->pending.newly_attached = 1; in surface_attach()
3583 if (pend->newly_attached) { in weston_surface_is_pending_viewport_source_valid()
3720 if (state->newly_attached) { in weston_surface_commit_state()
3738 if (state->newly_attached || state->buffer_viewport.changed) { in weston_surface_commit_state()
3749 state->newly_attached = 0; in weston_surface_commit_state()
4103 if (surface->pending.newly_attached) { in weston_subsurface_commit_to_cache()
4104 sub->cached.newly_attached = 1; in weston_subsurface_commit_to_cache()
/third_party/weston/include/libweston/
Dlibweston.h1327 int newly_attached; member