Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp36 const char* GeometryShaderPrimitiveCounter::m_fragment_shader_code = "${VERSION}\n"
50 const char* GeometryShaderPrimitiveCounter::m_vertex_shader_code = "${VERSION}\n"
96 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "point_to_point", in init()
115 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "points_to_line_strip", in init()
138 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "points_to_triangle_strip", in init()
153 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_points", in init()
172 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_line_strip", in init()
195 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_triangle_strip", in init()
210 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "triangles_to_points", in init()
229 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "triangles_to_line_strip", in init()
[all …]
DesextcGeometryShaderPrimitiveCounter.hpp89 class GeometryShaderPrimitiveCounter : public TestCaseBase class
93 GeometryShaderPrimitiveCounter(Context& context, const ExtParameters& extParams, const char* name,
96 virtual ~GeometryShaderPrimitiveCounter(void) in ~GeometryShaderPrimitiveCounter()
155 class GeometryShaderPrimitiveCounterRestartingPrimitive : public GeometryShaderPrimitiveCounter