Searched refs:_test_results (Results 1 – 3 of 3) sorted by relevance
146 typedef std::vector<_test_result> _test_results; typedef in glcts::TessellationShadersIsolines147 typedef _test_results::iterator _test_results_iterator;148 …typedef std::map<_tessellation_shader_vertex_spacing, _test_results> _test_results_per_vertex_spac…
502 _test_results& test_results = m_test_results[vertex_spacing_mode]; in findTestResult()
192 self._test_results = []504 self._test_results.append(test)564 for test in self._test_results: