Searched refs:GeometryShaderAdjacency (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAdjacency.hpp | 294 class GeometryShaderAdjacency : public TestCaseBase class 298 GeometryShaderAdjacency(Context& context, const ExtParameters& extParams, const char* name, const char* description, 301 virtual ~GeometryShaderAdjacency() in ~GeometryShaderAdjacency()
|
H A D | esextcGeometryShaderAdjacency.cpp | 162 GeometryShaderAdjacency::GeometryShaderAdjacency(Context& context, const ExtParameters& extParams, const char* name, in GeometryShaderAdjacency() function in glcts::GeometryShaderAdjacency 185 void GeometryShaderAdjacency::deinit(void) in deinit() 246 const char* GeometryShaderAdjacency::getFragmentShaderCode() in getFragmentShaderCode() 261 const char* GeometryShaderAdjacency::getVertexShaderCode() in getVertexShaderCode() 279 void GeometryShaderAdjacency::initTest(void) in initTest() 361 tcu::TestNode::IterateResult GeometryShaderAdjacency::iterate(void) in iterate()
|
H A D | esextcGeometryShaderAdjacencyTests.cpp | 78 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_lines", in init() 83 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_lines", "Test 2.1 indiced", in init() 91 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_line_strip", in init() 96 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_line_strip", "Test 2.3 indiced", in init() 104 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_triangles", in init() 109 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_triangles", "Test 2.5 indiced", in init() 117 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_triangle_strip", in init() 122 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_triangle_strip", in init()
|
Completed in 4 milliseconds