Home | History | Annotate | Download | only in hwc

Lines Matching refs:testPrintI

425     testPrintI("startDim: %s", ((string) startDim).c_str());
442 testPrintI("format: %s", format->desc);
456 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays);
464 testPrintI(" max nonOverlapping overlays: %s%u",
469 testPrintI(" max Overlapping overlays: %s%u",
476 testPrintI(" transforms: %s",
479 testPrintI(" blends: %s",
484 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
487 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
490 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth);
493 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
496 testPrintI(" dfMinDim: %s", ((string) measPtr->df.minDim).c_str());
499 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
503 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth);
506 testPrintI(" scMinHeight: %u", measPtr->sc.minHeight);
509 testPrintI(" scMaxWidth: %s%u", (measPtr->sc.maxWidth
514 testPrintI(" scMaxHeight: %s%u", (measPtr->sc.maxHeight
519 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str());
522 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
533 testPrintI(" scHScale: %s%f",
538 testPrintI(" HScale Best Display Frame: %s",
540 testPrintI(" HScale Best Source Crop: %s",
548 testPrintI(" scVScale: %s%f",
553 testPrintI(" VScale Best Display Frame: %s",
555 testPrintI(" VScale Best Source Crop: %s",
591 testPrintI("overlapping blend: none");
598 testPrintI("");
600 testPrintI("overlapping blend: premult");
607 testPrintI("");
609 testPrintI("overlapping blend: coverage");
616 testPrintI("");
1153 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s",
1252 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s",
1431 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(hwcList); }
1434 testPrintI("Post Prepare:");
1526 testPrintI("%*s%s", indent + maxHeadingLen, "",
1545 testPrintI("%s", line.str().c_str());