Searched refs:GeometryShaderMaxInvocationsTest (Results 1 – 3 of 3) sorted by relevance
556 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_vertex_shader_code =569 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_geometry_shader_code_preamble =578 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_geometry_shader_code_layout =584 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_geometry_shader_code_layout_invocation…587 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_geometry_shader_code_body =604 const glw::GLchar* const GeometryShaderMaxInvocationsTest::m_fragment_shader_code =758 const unsigned int GeometryShaderMaxInvocationsTest::m_triangle_edge_length = 9;759 const unsigned int GeometryShaderMaxInvocationsTest::m_texture_height = m_triangle_edge_length;760 const unsigned int GeometryShaderMaxInvocationsTest::m_texture_pixel_size = 4 * sizeof(glw::GLuby…2556 GeometryShaderMaxInvocationsTest::GeometryShaderMaxInvocationsTest(Context& context, const ExtParam… in GeometryShaderMaxInvocationsTest() function in glcts::GeometryShaderMaxInvocationsTest[all …]
898 class GeometryShaderMaxInvocationsTest : public TestCaseBase class902 …GeometryShaderMaxInvocationsTest(Context& context, const ExtParameters& extParams, const char* nam…905 virtual ~GeometryShaderMaxInvocationsTest() in ~GeometryShaderMaxInvocationsTest()
247 new GeometryShaderMaxInvocationsTest(m_context, m_extParams, "max_invocations", "Test 16.8")); in init()