Home
last modified time | relevance | path

Searched defs:test_iteration (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp144 void TessellationShaderVertexOrdering::deinitTestIteration(_test_iteration &test_iteration) in deinitTestIteration()
299 … _test_iteration test_iteration = initTestIteration(levels.inner, levels.outer, primitive_mode, in initTest() local
346 _test_iteration test_iteration; in initTestIteration() local
560 …llationShaderVertexOrdering::verifyVertexOrderingCorrectness(const _test_iteration &test_iteration) in verifyVertexOrderingCorrectness()
DesextcTessellationShaderInvariance.cpp1316 _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getIterationProperties() local
1348 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getTECode() local
1435 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in verifyResultDataForIteration() local
1621 _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getIterationProperties() local
1653 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getTECode() local
1781 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in verifyResultDataForIteration() local
1956 _test_iteration &test_iteration = (n_iteration < n_triangles_tests) ? in getTestForIteration() local
1988 _test_iteration &test_iteration = getTestForIteration(n_iteration); in getIterationProperties() local
2020 const _test_iteration &test_iteration = getTestForIteration(n_iteration); in getTECode() local
2238 _test_iteration &test_iteration = (n_iteration < n_triangles_tests) ? in getTestForIteration() local
[all …]
/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_right/
Dindex_operator.pass.cpp68 constexpr void test_iteration(Args... args) { in test_iteration() function
/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_left/
Dindex_operator.pass.cpp68 constexpr void test_iteration(Args... args) { in test_iteration() function
/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_stride/
Dindex_operator.pass.cpp68 constexpr void test_iteration(std::array<int, E::rank()> strides, Args... args) { in test_iteration() function
/external/python/mako/test/
Dtest_block.py476 def test_iteration(self): member in BlockTest
/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/mdspan/
Dindex_operator.pass.cpp107 constexpr void test_iteration(Mapping m) { in test_iteration() function
/external/python/cpython3/Lib/test/
Dtest_urllib2_localnet.py656 def test_iteration(self): member in TestUrlopen
Dtest_mailbox.py2060 def test_iteration(self): member in TestProxyFile
2108 def test_iteration(self): member in TestPartialFile
Dtest_dis.py1675 def test_iteration(self): member in BytecodeTests
Dtest_unicode.py194 def test_iteration(self): member in UnicodeTest
Dtest_set.py920 def test_iteration(self): member in TestBasicOps
/external/python/cpython2/Lib/test/
Dtest_urllib2_localnet.py654 def test_iteration(self): member in TestUrlopen
Dtest_mailbox.py1849 def test_iteration(self): member in TestProxyFile
1897 def test_iteration(self): member in TestPartialFile
Dtest_sets.py73 def test_iteration(self): member in TestBasicOps
Dtest_set.py798 def test_iteration(self): member in TestBasicOps
/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp2492 for (int test_iteration = static_cast<int>(TEST_ITERATION_FIRST); in iterate() local