Lines Matching refs:tcu
45 static tcu::TestPackage* createKhrgles3Package(tcu::TestContext& testCtx)
51 tcu::TestPackageRegistry *registry = tcu::TestPackageRegistry::getSingleton();
55 // extern tcu::TestLog tcutestlog;
60 tcu::CommandLine cmdLine(argc, argv);
61 tcu::DirArchive archive(cmdLine.getArchiveDir());
63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform());
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine));
78 tcu::die("%s", e.what());