Searched refs:optstr (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/vbltest/
H A Dvbltest.c48 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 Dffb_driver.c756 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 Dglsync.c81 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 Dproptest.c277 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 Dcg6_driver.c396 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 Dradeon_output.c2089 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 Dradeon_driver.c2172 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 Dpnozz_driver.c551 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 Dexynos_fimg2d_test.c722 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 Dr128_driver.c1351 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 Dmodetest.c2182 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:o:"; variable in typeref:typename:char[]
2210 while ((c = getopt(argc, argv, optstr)) != -1) {

Completed in 21 milliseconds