Searched refs:waiverPath (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunnerMain.cpp | 44 std::string waiverPath; member 88 cmdLine.waiverPath = value; in parseCommandLine() 135 glcts::TestRunner runner(static_cast<tcu::Platform&>(*platform.get()), archive, cmdLine.waiverPath.c_str(), in main()
|
H A D | glcAndroidTestActivity.cpp | 66 TestThread::TestThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::string& waiverPath, in TestThread() argument 71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
|
H A D | glcAndroidTestActivity.hpp | 45 const std::string& waiverPath, const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
|
H A D | glcTestRunner.hpp | 100 TestRunner(tcu::Platform& platform, tcu::Archive& archive, const char* waiverPath, const char* logDirPath,
|
H A D | glcTestRunner.cpp | 703 TestRunner::TestRunner(tcu::Platform& platform, tcu::Archive& archive, const char* waiverPath, in TestRunner() argument 707 , m_waiverPath(waiverPath) in TestRunner()
|
Completed in 3 milliseconds