Home
last modified time | relevance | path

Searched refs:_test_iterations (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.hpp245 typedef std::vector<_test_iteration> _test_iterations; typedef in glcts::TessellationShaderInvarianceRule3Test
246 typedef _test_iterations::const_iterator _test_iterations_const_iterator;
253 _test_iterations m_test_iterations;
328 typedef std::vector<_test_iteration> _test_iterations; typedef in glcts::TessellationShaderInvarianceRule4Test
329 typedef _test_iterations::const_iterator _test_iterations_const_iterator;
339 _test_iterations m_test_iterations;
395 typedef std::vector<_test_iteration> _test_iterations; typedef in glcts::TessellationShaderInvarianceRule5Test
396 typedef _test_iterations::const_iterator _test_iterations_const_iterator;
406 _test_iterations m_test_triangles_iterations;
407 _test_iterations m_test_quads_iterations;
[all …]
DesextcTessellationShaderVertexOrdering.hpp102 typedef std::vector<_test_iteration> _test_iterations; typedef in glcts::TessellationShaderVertexOrdering
103 typedef _test_iterations::const_iterator _test_iterations_const_iterator;
125 _test_iterations m_tests;
126 _test_iterations m_tests_points;
DesextcTessellationShaderInvariance.cpp2154 const _test_iterations& test_iterations = in verifyResultData()
2430 const _test_iterations& test_iterations = in verifyResultData()
2581 const _test_iterations& test_iterations = in getTestIterationIndex()
2861 const _test_iterations& test_iterations = in verifyResultData()
DesextcTessellationShaderVertexOrdering.cpp125 _test_iterations::iterator it; in deinit()