Home | History | Annotate | Download | only in hwc

Lines Matching refs:testPrintI

76         testPrintI("EGL version %d.%d", majorVersion, minorVersion);
98 testPrintI("Chose this configuration:");
127 testPrintI("Window dimensions: %d x %d", *width, *height);
428 testPrintI(" flags: %#x%s", list->flags,
430 testPrintI(" numHwLayers: %u", list->numHwLayers);
433 testPrintI(" layer %u compositionType: %#x%s%s", layer,
440 testPrintI(" hints: %#x",
447 testPrintI(" flags: %#x%s",
452 testPrintI(" handle: %p",
457 testPrintI(" transform: %#x%s%s%s",
466 testPrintI(" blending: %#x%s%s%s",
475 testPrintI(" sourceCrop: %s",
477 testPrintI(" displayFrame: %s",
479 testPrintI(" scaleFactor: [%f, %f]",
504 testPrintI(" layer %u compositionType: %#x%s%s", layer,
510 testPrintI(" hints: %#x%s%s",
517 testPrintI(" numOverlays: %u", numOverlays);
534 testPrintI("%s", str.str().c_str());
538 testPrintI("%s", str.str().c_str());
945 testPrintI("GL %s unknown", name);
947 testPrintI("GL %s = %s", name, v);
1018 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
1021 testPrintI("");