Searched refs:got_screen (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c27 int got_display, got_screen; local in function:parse_display_pass
45 got_display = got_screen = -42;
47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
51 ck_assert_msg(screen == got_screen, "parse %sproduced unexpected screen '%d' for '%s': expected '%d'", test_string[test_type], got_screen, name, screen);
54 got_display = got_screen = -42;
68 int got_display, got_screen; local in function:parse_display_fail
87 got_display = got_screen = -42;
89 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen);
93 ck_assert_msg(got_screen
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c1427 Bool got_screen = False; variable in typeref:typename:Bool
1491 got_screen = True;
1511 if (!got_screen)
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c1420 Bool got_screen = False; variable in typeref:typename:Bool
1478 got_screen = True;
1498 if (!got_screen)

Completed in 14 milliseconds