Searched refs:m_tests (Results 1 - 21 of 21) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp182 memset(m_tests, 0, sizeof(m_tests));
257 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].iteration = LAYERED_RENDERING_TEST_ITERATION_CUBEMAP;
258 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_layers = 6; /* faces */
259 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].fs_parts = cm_fs_parts;
260 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].gs_parts = cm_gs_parts;
261 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].vs_parts = cm_vs_parts;
262 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_fs_parts = n_cm_fs_parts;
263 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_gs_parts = n_cm_gs_parts;
264 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMA
[all...]
H A DesextcGeometryShaderLayeredRendering.hpp177 _layered_rendering_test m_tests[LAYERED_RENDERING_TEST_ITERATION_LAST]; member in class:glcts::GeometryShaderLayeredRendering
H A DesextcGeometryShaderInput.cpp590 m_tests.push_back(&m_test_lines);
596 m_tests.push_back(&m_test_lines_adjacency);
602 m_tests.push_back(&m_test_points);
608 m_tests.push_back(&m_test_triangles);
614 m_tests.push_back(&m_test_triangles_adjacency);
620 m_tests.push_back(&m_test_lines_adjacency_to_line_strip);
626 m_tests.push_back(&m_test_triangles_adjacency_to_triangle_strip);
629 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it)
673 for (testContainer::iterator it = m_tests
[all...]
H A DesextcGeometryShaderInput.hpp215 testContainer m_tests; member in class:glcts::GeometryShader_gl_in_ArrayLengthTest
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexOrdering.hpp124 _test_iterations m_tests; member in class:glcts::TessellationShaderVertexOrdering
H A DesextcTessellationShaderIsolines.cpp368 DE_ASSERT(m_tests.find(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL) != m_tests.end());
482 m_tests.clear();
500 DE_ASSERT(m_tests.find(vertex_spacing_mode) != m_tests.end());
615 m_tests[vertex_spacing_mode].push_back(test);
677 for (_tests_per_vertex_spacing_map_iterator vs_key_iterator = m_tests.begin(); vs_key_iterator != m_tests.end();
H A DesextcTessellationShaderIsolines.hpp188 _tests_per_vertex_spacing_map m_tests; member in class:glcts::TessellationShadersIsolines
H A DesextcTessellationShaderPoints.hpp134 _tests m_tests; member in class:glcts::TessellationShaderPointsgl_PointSize
H A DesextcTessellationShaderPoints.cpp104 for (_tests_iterator it = m_tests.begin(); it != m_tests.end(); ++it)
138 m_tests.clear();
308 m_tests.push_back(pass_fs_gs_tes_vs);
435 m_tests.push_back(pass_fs_tes_vs);
485 for (_tests_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterator++)
H A DesextcTessellationShaderVertexOrdering.cpp126 for (it = m_tests.begin(); it != m_tests.end(); ++it)
130 m_tests.clear();
304 m_tests.push_back(test_iteration);
488 for (_test_iterations_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end();
H A DesextcTessellationShaderTriangles.hpp113 _tests m_tests; member in class:glcts::TessellationShaderTrianglesDegenerateTriangle
H A DesextcTessellationShaderTCTE.hpp430 _tests m_tests; member in class:glcts::TessellationShaderTCTEgl_TessLevel
507 _tests m_tests; member in class:glcts::TessellationShaderTCTEgl_PatchVerticesIn
H A DesextcTessellationShaderTriangles.cpp135 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it)
139 m_tests.clear();
264 m_tests.push_back(test_equal_spacing);
265 m_tests.push_back(test_fractional_odd_spacing);
425 for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterator++)
H A DesextcTessellationShaderTCTE.cpp3182 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it)
3186 m_tests.clear();
3283 m_tests.push_back(test_tcs_tes_equal);
3284 m_tests.push_back(test_tcs_tes_fe);
3285 m_tests.push_back(test_tcs_tes_fo);
3288 m_tests.push_back(test_tes_equal);
3289 m_tests.push_back(test_tes_fe);
3290 m_tests.push_back(test_tes_fo);
3551 for (_tests_const_iterator test_iterator = m_tests
[all...]
H A DesextcTessellationShaderTessellation.hpp354 _tests m_tests; member in class:glcts::TessellationShaderTessellationgl_TessCoord
H A DesextcTessellationShaderTessellation.cpp1663 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it)
1667 m_tests.clear();
1840 m_tests.push_back(test);
2029 for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterator++)
/external/testng/src/main/java/org/testng/junit/
H A DJUnitTestRunner.java39 private Map<Test, TestRunInfo> m_tests= new WeakHashMap<>(); field in class:JUnitTestRunner
70 m_tests.put(test, new TestRunInfo(Calendar.getInstance().getTimeInMillis()));
91 TestRunInfo tri= m_tests.get(test);
102 TestRunInfo tri= m_tests.get(test);
/external/libcxx/test/support/
H A Drapid-cxx-test.hpp560 : m_name(xname), m_tests(), m_size(0)
573 return m_tests[i];
577 { return m_tests; }
581 return m_tests + m_size;
587 static std::size_t test_case_max = sizeof(m_tests) / sizeof(test_case);
589 m_tests[m_size] = tc;
601 test_case m_tests[256];
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java113 private List<XmlTest> m_tests = Lists.newArrayList(); field in class:XmlSuite
278 return m_tests;
283 m_tests = tests;
589 for (XmlTest t : m_tests) {
788 result = prime * result + ((m_tests == null) ? 0 : m_tests.hashCode());
910 if (m_tests == null) {
911 if (other.m_tests != null)
913 } else if (!m_tests.equals(other.m_tests))
[all...]
/external/testng/src/test/java/test/
H A DBaseTest.java91 private Map<Long, XmlTest> m_tests= new HashMap<>(); field in class:BaseTest
112 return m_tests.get(getId());
276 m_tests.put(getId(), xmlTest);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp580 std::vector<LayoutBindingSubTest> m_tests; member in class:glcts::LayoutBindingBaseCase
597 m_tests = makeVector(tests);
1117 for (std::vector<LayoutBindingSubTest>::iterator it = m_tests.begin(); it != m_tests.end(); it++)

Completed in 466 milliseconds