Lines Matching refs:formats

27  *      graphic formats:
67 * Measurements are made for each of the graphic formats specified as
68 * positional parameters on the command-line. If no graphic formats
239 static vector<string> formats;
323 * 2. Form a list of command-line specified graphic formats. If
324 * no formats are specified, then form a list of all known formats.
392 // Positional parameters provide the names of graphic formats that
394 // known graphic formats when no positional parameters are provided.
396 // No command-line specified graphic formats
397 // Add all graphic formats to the list of formats to be measured
399 formats.push_back(hwcTestGraphicFormat[n1].desc);
402 // Add names of command-line specified graphic formats to the
403 // list of formats to be tested
405 formats.push_back(argv[optind]);
411 for (vector<string>::iterator it = formats.begin();
412 it != formats.end(); ++it) {
431 // For each of the graphic formats
432 for (vector<string>::iterator itFormat = formats.begin();
433 itFormat != formats.end(); ++itFormat) {
560 // Overlap two graphic formats and different blends
568 for (vector<string>::iterator it = formats.begin();
569 it != formats.end(); ++it) {
595 for (vector<string>::iterator it = formats.begin();
596 it != formats.end(); ++it) {
598 - formats.begin()].overlapBlendNone);
604 for (vector<string>::iterator it = formats.begin();
605 it != formats.end(); ++it) {
607 - formats.begin()].overlapBlendPremult);
613 for (vector<string>::iterator it = formats.begin();
614 it != formats.end(); ++it) {
616 - formats.begin()].overlapBlendCoverage);
1515 for(vector<string>::iterator it = formats.begin();
1516 it != formats.end(); ++it) {
1558 testPrintE(" graphic formats:");