Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacency.cpp167 GeometryShaderAdjacency::GeometryShaderAdjacency(Context &context, const ExtParameters &extParams, … in GeometryShaderAdjacency() function in glcts::GeometryShaderAdjacency
190 void GeometryShaderAdjacency::deinit(void) in deinit()
251 const char *GeometryShaderAdjacency::getFragmentShaderCode() in getFragmentShaderCode()
266 const char *GeometryShaderAdjacency::getVertexShaderCode() in getVertexShaderCode()
284 void GeometryShaderAdjacency::initTest(void) in initTest()
366 tcu::TestNode::IterateResult GeometryShaderAdjacency::iterate(void) in iterate()
H A DesextcGeometryShaderAdjacency.hpp294 class GeometryShaderAdjacency : public TestCaseBase class
298GeometryShaderAdjacency(Context &context, const ExtParameters &extParams, const char *name, const …
301 virtual ~GeometryShaderAdjacency() in ~GeometryShaderAdjacency()
H A 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()