Home
last modified time | relevance | path

Searched refs:configureTestDataLineStrip (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAdjacencyTests.hpp220 …void configureTestDataLineStrip(AdjacencyTestData& test_data, bool withGS = false, bool indiced = …
DesextcGeometryShaderAdjacencyTests.cpp90 configureTestDataLineStrip(*m_tests_data.back(), true, false); in init()
95 configureTestDataLineStrip(*m_tests_data.back(), true, true); in init()
181 void GeometryShaderAdjacencyTests::configureTestDataLineStrip(AdjacencyTestData& test_data, bool wi… in configureTestDataLineStrip() function in glcts::GeometryShaderAdjacencyTests