Searched refs:TestRunParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.hpp | 57 struct TestRunParams struct 69 std::vector<TestRunParams> runParams; 113 void initSession(const TestRunParams& runParams); 137 std::vector<TestRunParams> m_runSessions; 138 std::vector<TestRunParams>::const_iterator m_sessionIter;
|
D | glcTestRunner.cpp | 275 static void getTestRunsForAOSPEGL(vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForAOSPEGL() 304 TestRunParams params; in getTestRunsForAOSPEGL() 316 static void getTestRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu:… in getTestRunsForAOSPES() 350 TestRunParams params; in getTestRunsForAOSPES() 368 static void getTestRunsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigLis… in getTestRunsForNoContext() 384 TestRunParams params; in getTestRunsForNoContext() 398 static void getTestRunsForNoContextES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigL… in getTestRunsForNoContextES() 405 static void getTestRunsForES(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunsForES() 431 TestRunParams params; in getTestRunsForES() 447 static void getTestRunsForNoContextGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigL… in getTestRunsForNoContextGL() [all …]
|