Home
last modified time | relevance | path

Searched refs:protection_mode (Results 1 – 7 of 7) sorted by relevance

/third_party/weston/libweston/
Dcontent-protection.c65 if (psurface->surface->protection_mode == WESTON_SURFACE_PROTECTION_MODE_ENFORCED) in weston_protected_surface_send_event()
151 psurface->surface->pending.protection_mode = in set_enforce_mode()
173 psurface->surface->pending.protection_mode = in set_relax_mode()
Dcompositor.c494 state->protection_mode = WESTON_SURFACE_PROTECTION_MODE_RELAXED; in weston_surface_state_init()
579 surface->protection_mode = WESTON_SURFACE_PROTECTION_MODE_RELAXED; in weston_surface_create()
1122 surface->protection_mode == WESTON_SURFACE_PROTECTION_MODE_RELAXED) { in weston_surface_compute_protection()
3697 surface->protection_mode = p_mode; in weston_surface_set_protection_mode()
3800 if (surface->protection_mode != state->protection_mode) in weston_surface_commit_state()
3802 state->protection_mode); in weston_surface_commit_state()
4119 sub->cached.protection_mode = surface->pending.protection_mode; in weston_subsurface_commit_to_cache()
/third_party/weston/clients/
Dcontent_protection.c48 enum protection_mode { enum
62 enum protection_mode mode;
107 enum weston_protected_surface_type type, enum protection_mode mode) in draw_content()
/third_party/weston/include/libweston/
Dlibweston.h1366 enum weston_surface_protection_mode protection_mode; member
1499 enum weston_surface_protection_mode protection_mode; member
/third_party/weston/libweston/backend-drm/
Dfb.c550 if (ev->surface->protection_mode == WESTON_SURFACE_PROTECTION_MODE_ENFORCED && in drm_fb_get_from_view()
Dstate-propose.c915 if (ev->surface->protection_mode == WESTON_SURFACE_PROTECTION_MODE_ENFORCED && in drm_output_propose_state()
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c880 if (ev->surface->protection_mode != in setup_censor_overrides()