Lines Matching refs:print
207 tcu::print("ERROR: Platform doesn't support any EGL native display types!\n");
219 tcu::print("ERROR: Unknown/unsupported EGL native display type '%s'\n", displayFactoryName);
220 tcu::print("Supported EGL native display types:\n");
227 tcu::print(" %s: %s\n", name, desc);
234 tcu::print("Using EGL native display type '%s'\n", displayFactory->getName());
244 tcu::print("ERROR: Unknown/unsupported EGL native window type '%s'\n", windowFactoryName);
245 tcu::print("Supported EGL native window types for native display '%s':\n", displayFactory->getName());
252 tcu::print(" %s: %s\n", name, desc);
259 tcu::print("Warning: EGL native display doesn't have any native window types.\n");
269 tcu::print("ERROR: Unknown/unsupported EGL native pixmap type '%s'\n", pixmapFactoryName);
270 tcu::print("Supported EGL native pixmap types for native display '%s':\n", displayFactory->getName());
277 tcu::print(" %s: %s\n", name, desc);
284 tcu::print("Warning: EGL native display doesn't have any native pixmap types.\n");
287 tcu::print("Using EGL native window type '%s'\n", windowFactory->getName());
289 tcu::print("Using EGL native pixmap type '%s'\n", pixmapFactory->getName());