Lines Matching refs:strcmp
59 if (strcmp("--one-frame-only", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
64 else if (strcmp("--enable-trace", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
68 else if (strcmp("--trace-file", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
74 else if (strcmp("--calibration", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
79 else if (strcmp("--steps-per-trial", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
85 else if (strcmp("--max-steps-performed", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
94 else if (strcmp("--fixed-test-time", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
103 else if (strcmp("--screenshot-dir", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
108 else if (strcmp("--screenshot-frame", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
113 else if (strcmp("--verbose-logging", argv[argIndex]) == 0 || in ANGLEProcessPerfTestArgs()
114 strcmp("--verbose", argv[argIndex]) == 0 || strcmp("-v", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
118 else if (strcmp("--warmup-loops", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
124 else if (strcmp("--no-warmup", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
132 else if (strcmp("--calibration-time", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
138 else if (strcmp("--max-trial-time", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
144 else if (strcmp("--trials", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
150 else if (strcmp("--no-finish", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
154 else if (strcmp("--enable-all-trace-tests", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
158 else if (strcmp("--retrace-mode", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
162 else if (strcmp("--minimize-gpu-work", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()