Searched refs:TestRunParams (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.hpp | 57 struct TestRunParams struct 69 std::vector<TestRunParams> runParams; 114 void initSession(const TestRunParams& runParams); 139 std::vector<TestRunParams> m_runSessions; 140 std::vector<TestRunParams>::const_iterator m_sessionIter;
|
D | glcTestRunner.cpp | 277 static void getTestRunsForAOSPEGL(vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForAOSPEGL() 306 TestRunParams params; in getTestRunsForAOSPEGL() 318 static void getTestRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu:… in getTestRunsForAOSPES() 352 TestRunParams params; in getTestRunsForAOSPES() 370 static void getTestRunsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigLis… in getTestRunsForNoContext() 386 TestRunParams params; in getTestRunsForNoContext() 400 static void getTestRunsForNoContextES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigL… in getTestRunsForNoContextES() 407 static void getTestRunsForSingleConfig(glu::ApiType type, vector<TestRunParams>& runs, const Config… in getTestRunsForSingleConfig() 423 TestRunParams params; in getTestRunsForSingleConfig() 436 static void getTestRunsForSingleConfigES(glu::ApiType type, vector<TestRunParams>& runs, const Conf… in getTestRunsForSingleConfigES() [all …]
|