Home
last modified time | relevance | path

Searched refs:GeometryShaderAdjacency (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAdjacency.cpp148 GeometryShaderAdjacency::GeometryShaderAdjacency(Context& context, const ExtParameters& extParams, … in GeometryShaderAdjacency() function in glcts::GeometryShaderAdjacency
171 void GeometryShaderAdjacency::deinit(void) in deinit()
232 const char* GeometryShaderAdjacency::getFragmentShaderCode() in getFragmentShaderCode()
247 const char* GeometryShaderAdjacency::getVertexShaderCode() in getVertexShaderCode()
265 void GeometryShaderAdjacency::initTest(void) in initTest()
347 tcu::TestNode::IterateResult GeometryShaderAdjacency::iterate(void) in iterate()
DesextcGeometryShaderAdjacency.hpp292 class GeometryShaderAdjacency : public TestCaseBase class
296GeometryShaderAdjacency(Context& context, const ExtParameters& extParams, const char* name, const …
299 virtual ~GeometryShaderAdjacency() in ~GeometryShaderAdjacency()
DesextcGeometryShaderAdjacencyTests.cpp78 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_lines", in init()
83 …addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_lines", "Test 2… 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", "T… 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", "Te… in init()
117 …addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_non_indiced_triangle_st… in init()
122 addChild(new GeometryShaderAdjacency(getContext(), m_extParams, "adjacency_indiced_triangle_strip", in init()