Home
last modified time | relevance | path

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

/third_party/weston/compositor/
Dmain.c2538 { WESTON_OPTION_STRING, "seat", 0, &config.seat_id }, in load_drm_backend()
2540 { WESTON_OPTION_STRING, "drm-device", 0, &config.specific_device }, in load_drm_backend()
2627 { WESTON_OPTION_STRING, "transform", 0, &transform }, in load_hdi_backend()
2697 { WESTON_OPTION_STRING, "transform", 0, &transform }, in load_headless_backend()
2805 { WESTON_OPTION_STRING, "address", 0, &config.bind_address }, in load_rdp_backend()
2808 { WESTON_OPTION_STRING, "rdp4-key", 0, &config.rdp_key }, in load_rdp_backend()
2809 { WESTON_OPTION_STRING, "rdp-tls-cert", 0, &config.server_cert }, in load_rdp_backend()
2810 { WESTON_OPTION_STRING, "rdp-tls-key", 0, &config.server_key }, in load_rdp_backend()
2857 { WESTON_OPTION_STRING, "device", 0, &config.device }, in load_fbdev_backend()
2858 { WESTON_OPTION_STRING, "seat", 0, &config.seat_id }, in load_fbdev_backend()
[all …]
/third_party/weston/include/libweston/
Dconfig-parser.h61 WESTON_OPTION_STRING, enumerator
/third_party/weston/shared/
Doption-parser.c55 case WESTON_OPTION_STRING: in handle_option()
/third_party/weston/clients/
Deventdemo.c466 { WESTON_OPTION_STRING, "title", 0, &title },
Dterminal.c3121 { WESTON_OPTION_STRING, "font", 0, &option_font },
3123 { WESTON_OPTION_STRING, "shell", 0, &option_shell },
Deditor.c1521 { WESTON_OPTION_STRING, "preferred-language", 'L', &opt_preferred_language },
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c549 { WESTON_OPTION_STRING, "zuc-filter", 0, &opt_filter }, in zuc_initialize()