Home | History | Annotate | Download | only in wgl

Lines Matching defs:opts

90 print_screen_info(HDC _hdc, const struct options *opts, GLboolean coreProfile)
270 if (wglExtensions && opts->mode != Brief) {
272 print_extension_list(wglExtensions, opts->singleLine);
303 if (opts->mode != Brief) {
305 print_extension_list(glExtensions, opts->singleLine);
308 if (opts->limits) {
670 struct options opts;
672 parse_args(argc, argv, &opts);
676 if (opts.findBest) {
682 print_screen_info(hdc, &opts, GL_FALSE);
684 print_screen_info(hdc, &opts, GL_TRUE);
686 if (opts.mode != Brief) {
687 print_visual_info(hdc, opts.mode);