Lines Matching defs: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
238 static vector<string> formats;
322 * 2. Form a list of command-line specified graphic formats. If
323 * no formats are specified, then form a list of all known formats.
391 // Positional parameters provide the names of graphic formats that
393 // known graphic formats when no positional parameters are provided.
395 // No command-line specified graphic formats
396 // Add all graphic formats to the list of formats to be measured
398 formats.push_back(hwcTestGraphicFormat[n1].desc);
401 // Add names of command-line specified graphic formats to the
402 // list of formats to be tested
404 formats.push_back(argv[optind]);
410 for (vector<string>::iterator it = formats.begin();
411 it != formats.end(); ++it) {
430 // For each of the graphic formats
431 for (vector<string>::iterator itFormat = formats.begin();
432 itFormat != formats.end(); ++itFormat) {
559 // Overlap two graphic formats and different blends
567 for (vector<string>::iterator it = formats.begin();
568 it != formats.end(); ++it) {
594 for (vector<string>::iterator it = formats.begin();
595 it != formats.end(); ++it) {
597 - formats.begin()].overlapBlendNone);
603 for (vector<string>::iterator it = formats.begin();
604 it != formats.end(); ++it) {
606 - formats.begin()].overlapBlendPremult);
612 for (vector<string>::iterator it = formats.begin();
613 it != formats.end(); ++it) {
615 - formats.begin()].overlapBlendCoverage);
1514 for(vector<string>::iterator it = formats.begin();
1515 it != formats.end(); ++it) {
1557 testPrintE(" graphic formats:");