Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.hpp593 class GeometryShaderMaxOutputVerticesTest : public TestCaseBase class
597GeometryShaderMaxOutputVerticesTest(Context& context, const ExtParameters& extParams, const char* …
600 virtual ~GeometryShaderMaxOutputVerticesTest() in ~GeometryShaderMaxOutputVerticesTest()
DesextcGeometryShaderLimits.cpp332 const glw::GLchar* const GeometryShaderMaxOutputVerticesTest::m_vertex_shader_code =
343 const glw::GLchar* const GeometryShaderMaxOutputVerticesTest::m_geometry_shader_code_preamble =
351 const glw::GLchar* const GeometryShaderMaxOutputVerticesTest::m_geometry_shader_code_body =
370 const glw::GLchar* const GeometryShaderMaxOutputVerticesTest::m_fragment_shader_code =
1988 GeometryShaderMaxOutputVerticesTest::GeometryShaderMaxOutputVerticesTest(Context& context, in GeometryShaderMaxOutputVerticesTest() function in glcts::GeometryShaderMaxOutputVerticesTest
2004 tcu::TestCase::IterateResult GeometryShaderMaxOutputVerticesTest::iterate() in iterate()
DesextcGeometryShaderTests.cpp241 …new GeometryShaderMaxOutputVerticesTest(m_context, m_extParams, "max_output_vertices", "Test 16.5"… in init()