/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 736 m_cmdLine.clear(); in clear() 742 return m_cmdLine; in getCommandLine() 773 if (!parser.parse(argc-1, argv+1, &m_cmdLine, std::cerr)) in parse() 782 if (!m_cmdLine.getOption<opt::LogImages>()) in parse() 785 if (!m_cmdLine.getOption<opt::LogShaderSources>()) in parse() 788 if (!m_cmdLine.getOption<opt::LogFlush>()) in parse() 791 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) + in parse() 792 (m_cmdLine.hasOption<opt::CaseList>()?1:0) + in parse() 793 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) + in parse() 794 (m_cmdLine.hasOption<opt::CaseListResource>()?1:0) + in parse() [all …]
|
D | tcuTestContext.cpp | 40 , m_cmdLine (cmdLine) in TestContext() 52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
|
D | tcuTestContext.hpp | 64 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() 84 const CommandLine& m_cmdLine; //!< Command line. member in tcu::TestContext
|
D | tcuWaiverUtil.cpp | 40 : m_cmdLine (cmdLine) in SessionInfo() 50 : m_cmdLine (cmdLine) in SessionInfo() 63 if (!m_cmdLine.empty()) in get() 65 m_info << "#sessionInfo commandLineParameters \"" << m_cmdLine << "\"\n"; in get() 66 m_cmdLine.clear(); in get()
|
D | tcuWaiverUtil.hpp | 57 std::string m_cmdLine; member in tcu::SessionInfo
|
D | tcuCommandLine.hpp | 296 de::cmdline::CommandLine m_cmdLine; member in tcu::CommandLine
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 43 , m_cmdLine (cmdLine) in TestThread() 46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread() 47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread() 91 , m_cmdLine (getIntentStringExtra(activity, "cmdLine")) in TestActivity() 92 , m_testThread (*this, getIntentStringExtra(activity, "cmdLine"), m_cmdLine) in TestActivity() 96 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity() 142 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
|
D | tcuAndroidTestActivity.hpp | 53 const CommandLine& m_cmdLine; member in tcu::Android::TestThread 72 CommandLine m_cmdLine; member in tcu::Android::TestActivity
|
/external/deqp/execserver/tools/ |
D | xsClient.cpp | 157 const CommandLine& m_cmdLine; member in xs::Client 162 : m_cmdLine(cmdLine) in Client() 173 m_socket.connect(m_cmdLine.address); in run() 175 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort()); in run() 178 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary); in run() 180 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str()); in run() 186 msg.name = m_cmdLine.program; in run() 187 msg.params = m_cmdLine.params; in run() 188 msg.workDir = m_cmdLine.workingDir; in run() 189 msg.caseList = m_cmdLine.caseList; in run()
|
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/ |
D | DeqpPlatformCapabilityQueryInstrumentation.java | 41 private String m_cmdLine; field in DeqpPlatformCapabilityQueryInstrumentation 49 m_cmdLine = arguments.getString("deqpCmdLine"); in onCreate() 70 resultInfo.putString("CmdLine", m_cmdLine); in onStart() 86 if (m_cmdLine == null) in doRenderConfigSupportedQuery() 89 final int result = nativeRenderConfigSupportedQuery(m_cmdLine); in doRenderConfigSupportedQuery()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | DeqpInstrumentation.java | 40 private String m_cmdLine; field in DeqpInstrumentation 48 m_cmdLine = arguments.getString("deqpCmdLine"); in onCreate() 51 if (m_cmdLine == null) in onCreate() 52 m_cmdLine = ""; in onCreate() 87 remoteApi.start(testerName, m_cmdLine, null); in onStart()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); } 79 std::string m_cmdLine; 97 m_cmdLine = cmdLine; 304 tcu::CommandLine* m_cmdLine; field 315 , m_cmdLine (DE_NULL) function 330 DE_ASSERT(!m_app && !m_log && !m_cmdLine && !m_platform); 335 m_cmdLine = new tcu::CommandLine(m_state.getCommandLine()); 336 m_app = new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine); 348 delete m_cmdLine; 351 m_cmdLine = DE_NULL;
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcAndroidTestActivity.cpp | 115 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine")) in TestActivity() 121 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity() 168 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
|
D | glcTestRunner.cpp | 50 : m_cmdLine(numArgs, args) in RunSession() 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession() 52 , m_app(platform, archive, m_log, m_cmdLine) in RunSession() 55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession() 69 tcu::CommandLine m_cmdLine; member in glcts::RunSession
|
D | glcAndroidTestActivity.hpp | 74 tcu::CommandLine m_cmdLine; member in glcts::Android::TestActivity
|
/external/deqp/framework/egl/ |
D | egluGLFunctionLoader.cpp | 50 , m_cmdLine (cmdLine) in GLLibraryCache() 68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
|
D | egluGLFunctionLoader.hpp | 75 const tcu::CommandLine& m_cmdLine; member in eglu::GLLibraryCache
|
/external/deqp/executor/tools/ |
D | xeExtractShaderPrograms.cpp | 142 : m_cmdLine(cmdLine) in ShaderProgramExtractHandler() 172 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult); in testCaseResultComplete() 177 const CommandLine& m_cmdLine; member in ShaderProgramExtractHandler
|