Lines Matching refs:verbose
24 * -v - Verbose
179 static bool verbose = defaultVerbose;
226 case 'v': // Verbose
227 verbose = true;
331 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
333 if (verbose) {
342 if (verbose) {testPrintI("Set:"); }
343 if (verbose) { hwcTestDisplayListHandles(list); }
521 if (verbose) {
539 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
550 testPrintE(" -v Verbose");