| /xsrc/external/mit/libdrm/dist/tests/vbltest/ |
| H A D | vbltest.c | 48 static char optstr[] = "D:M:s"; variable in typeref:typename:char[] 105 while ((c = getopt(argc, argv, optstr)) != -1) {
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_driver.c | 756 char *optstr; local in function:FFBScreenInit 757 optstr = (char *)xf86GetOptValString(pFfb->Options, OPTION_ACCELMETHOD); 759 if (optstr == NULL) optstr = "xaa"; 761 if (optstr == NULL) optstr = "exa"; 763 if (xf86NameCmp(optstr, "EXA") == 0) { 772 else if (xf86NameCmp(optstr, "XAA") == 0) {
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glsync.c | 81 static char optstr[] = "w:h:s:vi:"; variable in typeref:typename:char[] 132 while ((c = getopt(argc, argv, optstr)) != -1) {
|
| /xsrc/external/mit/libdrm/dist/tests/proptest/ |
| H A D | proptest.c | 277 static const char optstr[] = "D:M:"; local in function:main 282 while ((c = getopt(argc, argv, optstr)) != -1) {
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_driver.c | 396 char *optstr; local in function:CG6PreInit 397 optstr = (char *)xf86GetOptValString(pCg6->Options, OPTION_ACCELMETHOD); 398 if (optstr == NULL) optstr = "exa"; 399 if (xf86NameCmp(optstr, "xaa") == 0)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_output.c | 2089 char *optstr; local in function:RADEONGetTVInfo 2104 optstr = (char *)xf86GetOptValString(info->Options, OPTION_TVSTD); 2105 if (optstr) { 2106 if (!strncmp("ntsc", optstr, strlen("ntsc"))) 2108 else if (!strncmp("pal", optstr, strlen("pal"))) 2110 else if (!strncmp("pal-m", optstr, strlen("pal-m"))) 2112 else if (!strncmp("pal-60", optstr, strlen("pal-60"))) 2114 else if (!strncmp("ntsc-j", optstr, strlen("ntsc-j"))) 2116 else if (!strncmp("scart-pal", optstr, strlen("scart-pal"))) 2119 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Invalid TV Standard: %s\n", optstr); 2979 char *optstr; local in function:RADEONSetupConnectors [all...] |
| H A D | radeon_driver.c | 2172 char *optstr; local in function:RADEONPreInitAccel 2220 optstr = (char *)xf86GetOptValString(info->Options, OPTION_ACCELMETHOD); 2221 if (optstr != NULL) { 2222 if (xf86NameCmp(optstr, "EXA") == 0) { 2225 } else if (xf86NameCmp(optstr, "XAA") == 0) {
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_driver.c | 551 char *optstr; local in function:PnozzPreInit 552 optstr = (char *)xf86GetOptValString(pPnozz->Options, OPTION_ACCELMETHOD); 553 if (optstr == NULL) optstr = "exa"; 554 if (xf86NameCmp(optstr, "xaa") == 0)
|
| /xsrc/external/mit/libdrm/dist/tests/exynos/ |
| H A D | exynos_fimg2d_test.c | 722 static const char optstr[] = "s:"; variable in typeref:typename:const char[] 741 while ((c = getopt(argc, argv, optstr)) != -1) {
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_driver.c | 1351 char *optstr; local in function:r128AcquireOption 1360 optstr = (char *) xf86GetOptValString(info->Options, 1362 if (optstr) { 1365 if (xf86NameCmp(optstr, "EXA") == 0) {
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 2182 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:o:"; variable in typeref:typename:char[] 2210 while ((c = getopt(argc, argv, optstr)) != -1) {
|