Home | History | Annotate | Download | only in hwc

Lines Matching refs:testPrintI

423     testPrintI("startDim: %s", ((string) startDim).c_str());
440 testPrintI("format: %s", format->desc);
454 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays);
462 testPrintI(" max nonOverlapping overlays: %s%u",
467 testPrintI(" max Overlapping overlays: %s%u",
474 testPrintI(" transforms: %s",
477 testPrintI(" blends: %s",
482 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
485 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
488 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth);
491 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
494 testPrintI(" dfMinDim: %s", ((string) measPtr->df.minDim).c_str());
497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
501 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth);
504 testPrintI(" scMinHeight: %u", measPtr->sc.minHeight);
507 testPrintI(" scMaxWidth: %s%u", (measPtr->sc.maxWidth
512 testPrintI(" scMaxHeight: %s%u", (measPtr->sc.maxHeight
517 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str());
520 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
531 testPrintI(" scHScale: %s%f",
536 testPrintI(" HScale Best Display Frame: %s",
538 testPrintI(" HScale Best Source Crop: %s",
546 testPrintI(" scVScale: %s%f",
551 testPrintI(" VScale Best Display Frame: %s",
553 testPrintI(" VScale Best Source Crop: %s",
589 testPrintI("overlapping blend: none");
596 testPrintI("");
598 testPrintI("overlapping blend: premult");
605 testPrintI("");
607 testPrintI("overlapping blend: coverage");
614 testPrintI("");
1151 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s",
1250 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s",
1429 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(hwcList); }
1432 testPrintI("Post Prepare:");
1524 testPrintI("%*s%s", indent + maxHeadingLen, "",
1543 testPrintI("%s", line.str().c_str());