Searched refs:indiced (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAdjacencyTests.hpp | 219 void configureTestDataLines(AdjacencyTestData& test_data, bool withGS = false, bool indiced = false); 220 void configureTestDataLineStrip(AdjacencyTestData& test_data, bool withGS = false, bool indiced = false); 221 void configureTestDataTriangles(AdjacencyTestData& test_data, bool withGS = false, bool indiced = false); 222 void configureTestDataTriangleStrip(AdjacencyTestData& test_data, bool withGS = false, bool indiced = false);
|
H A D | esextcGeometryShaderAdjacencyTests.cpp | 75 /* Test 2.1 Non indiced Data */ in init() 79 "Test 2.1 non indiced", *m_tests_data.back())); in init() 80 /* Test 2.1 indiced Data */ in init() 83 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_lines", "Test 2.1 indiced", in init() 88 /* Test 2.3 Non indiced Data */ in init() 92 "Test 2.3 non indiced", *m_tests_data.back())); in init() 93 /* Test 2.3 indiced Data */ in init() 96 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_line_strip", "Test 2.3 indiced", in init() 101 /* Test 2.5 Non indiced Data */ in init() 105 "Test 2.5 non indiced", *m_tests_dat in init() 133 configureTestDataLines(AdjacencyTestData& test_data, bool withGS, bool indiced) configureTestDataLines() argument 181 configureTestDataLineStrip(AdjacencyTestData& test_data, bool withGS, bool indiced) configureTestDataLineStrip() argument 229 configureTestDataTriangles(AdjacencyTestData& test_data, bool withGS, bool indiced) configureTestDataTriangles() argument 280 configureTestDataTriangleStrip(AdjacencyTestData& test_data, bool withGS, bool indiced) configureTestDataTriangleStrip() argument [all...] |
Completed in 2 milliseconds