Searched refs:GeometryShaderAdjacency (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAdjacency.cpp | 148 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()
|
D | esextcGeometryShaderAdjacency.hpp | 292 class GeometryShaderAdjacency : public TestCaseBase class 296 …GeometryShaderAdjacency(Context& context, const ExtParameters& extParams, const char* name, const … 299 virtual ~GeometryShaderAdjacency() in ~GeometryShaderAdjacency()
|
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… 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()
|