Home | History | Annotate | Download | only in hwc

Lines Matching refs:testPrintE

218                 testPrintE("Invalid command-line specified end of test delay "
239 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
311 testPrintE("hwcTestCreateLayerList failed");
351 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
373 testPrintE("Error parsing format from: %s", rectStr.c_str());
378 testPrintE("Unknown graphic format in: %s", rectStr.c_str());
386 testPrintE("Invalid display frame in: %s", rectStr.c_str());
410 testPrintE("Error reading attribute name in: %s",
433 testPrintE("Unknown transform of \"%s\" in: %s", str.c_str(),
448 testPrintE("Unknown blend of \"%s\" in: %s", str.c_str(),
455 testPrintE("Error parsing color in: %s", rectStr.c_str());
461 testPrintE("Error parsing value for alpha attribute in: %s",
468 testPrintE("Error parsing source dimenision in: %s",
475 testPrintE("Error parsing source crop in: %s",
480 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(),
491 testPrintE("Invalid source crop in: %s", rectStr.c_str());
498 testPrintE("Invalid display frame in: %s", rectStr.c_str());
502 testPrintE("Invalid alpha in: %s", rectStr.c_str());
511 testPrintE("source texture initCheck failed, rv: %i", rv);
512 testPrintE(" %s", rectStr.c_str());
543 testPrintE(" %s [options] (graphicFormat displayFrame [attributes],)...",
545 testPrintE(" options:");
546 testPrintE(" -D End of test delay");
547 testPrintE(" -v Verbose");
548 testPrintE("");
549 testPrintE(" graphic formats:");
551 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
553 testPrintE("");
554 testPrintE(" displayFrame");
555 testPrintE(" [left, top, right, bottom]");
556 testPrintE("");
557 testPrintE(" attributes:");
558 testPrintE(" transform: none | fliph | flipv | rot90 | rot180 "
560 testPrintE(" blend: none | premult | coverage");
561 testPrintE(" color: [0.##, 0.##, 0.##]");
562 testPrintE(" alpha: 0.##");
563 testPrintE(" sourceDim: [width, height]");
564 testPrintE(" sourceCrop: [left, top, right, bottom]");
565 testPrintE("");
566 testPrintE(" Example:");
567 testPrintE(" # White YV12 rectangle, with overlapping turquoise ");
568 testPrintE(" # RGBA8888 rectangle at 30%% (alpha: 0.7) transparency");
569 testPrintE(" %s -v -D 30.0 \\", cmd);
570 testPrintE(" YV12 [50, 80, 200, 300] transform: none \\");
571 testPrintE(" color: [1.0, 0.5, 0.5], \\");
572 testPrintE(" RGBA8888 [100, 150, 300, 400] blend: coverage \\");
573 testPrintE(" color: [0.251, 0.878, 0.816] alpha: 0.7 \\");
574 testPrintE(" sourceDim: [50, 60] sourceCrop: [5, 8, 12, 15]");