Lines Matching refs:testPrintI
74 testPrintI("EGL version %d.%d", majorVersion, minorVersion);
100 testPrintI("Chose this configuration:");
129 testPrintI("Window dimensions: %d x %d", *width, *height);
430 testPrintI(" flags: %#x%s", list->flags,
432 testPrintI(" numHwLayers: %u", list->numHwLayers);
435 testPrintI(" layer %u compositionType: %#x%s%s", layer,
442 testPrintI(" hints: %#x",
449 testPrintI(" flags: %#x%s",
454 testPrintI(" handle: %p",
459 testPrintI(" transform: %#x%s%s%s",
468 testPrintI(" blending: %#x%s%s%s",
477 testPrintI(" sourceCrop: %s",
479 testPrintI(" displayFrame: %s",
481 testPrintI(" scaleFactor: [%f, %f]",
506 testPrintI(" layer %u compositionType: %#x%s%s", layer,
512 testPrintI(" hints: %#x%s%s",
519 testPrintI(" numOverlays: %u", numOverlays);
536 testPrintI("%s", str.str().c_str());
540 testPrintI("%s", str.str().c_str());
946 testPrintI("GL %s unknown", name);
948 testPrintI("GL %s = %s", name, v);
1011 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
1014 testPrintI("");