Home
last modified time | relevance | path

Searched refs:WESTON_OPTION_BOOLEAN (Results 1 – 10 of 10) sorted by relevance

/third_party/weston/clients/
Deventdemo.c471 { WESTON_OPTION_BOOLEAN, "no-border", 'b', &noborder },
472 { WESTON_OPTION_BOOLEAN, "log-redraw", 0, &log_redraw },
473 { WESTON_OPTION_BOOLEAN, "log-resize", 0, &log_resize },
474 { WESTON_OPTION_BOOLEAN, "log-focus", 0, &log_focus },
475 { WESTON_OPTION_BOOLEAN, "log-key", 0, &log_key },
476 { WESTON_OPTION_BOOLEAN, "log-button", 0, &log_button },
477 { WESTON_OPTION_BOOLEAN, "log-axis", 0, &log_axis },
478 { WESTON_OPTION_BOOLEAN, "log-motion", 0, &log_motion },
499 if (p->type != WESTON_OPTION_BOOLEAN) in main()
505 if (p->type != WESTON_OPTION_BOOLEAN) in main()
Dconfine.c468 { WESTON_OPTION_BOOLEAN, "complex-confine-region", 0, &option_complex_confine_region },
469 { WESTON_OPTION_BOOLEAN, "help", 0, &option_help },
Dsubsurfaces.c65 { WESTON_OPTION_BOOLEAN, "no-triangle", 'n', &option_no_triangle },
66 { WESTON_OPTION_BOOLEAN, "help", 'h', &option_help },
Deditor.c1519 { WESTON_OPTION_BOOLEAN, "help", 'h', &opt_help },
1520 { WESTON_OPTION_BOOLEAN, "click-to-show", 'C', &opt_click_to_show },
1534 if (p->type != WESTON_OPTION_BOOLEAN) in usage()
1540 if (p->type != WESTON_OPTION_BOOLEAN) in usage()
Dnested.c155 { WESTON_OPTION_BOOLEAN, "blit", 'b', &option_blit },
Dterminal.c3119 { WESTON_OPTION_BOOLEAN, "fullscreen", 'f', &option_fullscreen },
3120 { WESTON_OPTION_BOOLEAN, "maximized", 'm', &option_maximize },
/third_party/weston/shared/
Doption-parser.c77 if (options[k].type == WESTON_OPTION_BOOLEAN) { in long_option()
108 assert(options[k].type != WESTON_OPTION_BOOLEAN); in long_option_with_arg()
128 if (options[k].type == WESTON_OPTION_BOOLEAN) { in short_option()
156 if (options[k].type == WESTON_OPTION_BOOLEAN) in short_option_with_arg()
/third_party/weston/compositor/
Dmain.c2541 { WESTON_OPTION_BOOLEAN, "current-mode", 0, &wet->drm_use_current_mode }, in load_drm_backend()
2542 { WESTON_OPTION_BOOLEAN, "use-pixman", 0, &config.use_pixman }, in load_drm_backend()
2543 { WESTON_OPTION_BOOLEAN, "continue-without-input", 0, &config.continue_without_input }, in load_drm_backend()
2626 { WESTON_OPTION_BOOLEAN, "use-hdi", 0, &config.use_hdi }, in load_hdi_backend()
2628 { WESTON_OPTION_BOOLEAN, "no-outputs", 0, &no_outputs }, in load_hdi_backend()
2695 { WESTON_OPTION_BOOLEAN, "use-pixman", 0, &config.use_pixman }, in load_headless_backend()
2696 { WESTON_OPTION_BOOLEAN, "use-gl", 0, &config.use_gl }, in load_headless_backend()
2698 { WESTON_OPTION_BOOLEAN, "no-outputs", 0, &no_outputs }, in load_headless_backend()
2802 { WESTON_OPTION_BOOLEAN, "env-socket", 0, &config.env_socket }, in load_rdp_backend()
2807 { WESTON_OPTION_BOOLEAN, "no-clients-resize", 0, &config.no_clients_resize }, in load_rdp_backend()
[all …]
/third_party/weston/include/libweston/
Dconfig-parser.h62 WESTON_OPTION_BOOLEAN enumerator
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c540 { WESTON_OPTION_BOOLEAN, "zuc-nofork", 0, &opt_nofork }, in zuc_initialize()
541 { WESTON_OPTION_BOOLEAN, "zuc-list-tests", 0, &opt_list }, in zuc_initialize()
544 { WESTON_OPTION_BOOLEAN, "zuc-break-on-failure", 0, in zuc_initialize()
547 { WESTON_OPTION_BOOLEAN, "zuc-output-xml", 0, &opt_junit }, in zuc_initialize()
594 { WESTON_OPTION_BOOLEAN, "help", 'h', &opt_help }, in zuc_initialize()