Lines Matching refs:Tests
126 GL30ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders30", "Shading Language Tests")
132 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declarations.test"));
156 addChild(new gl3cts::ClipDistance::Tests(getContext()));
158 addChild(new gl3cts::TransformFeedback::Tests(getContext()));
197 addChild(new gl3cts::TextureSizePromotion::Tests(getContext()));
246 GL33ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests")
252 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test"));
254 new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl33/declarations.test"));
259 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.test"));
290 addChild(new glcts::CullDistance::Tests(getContext()));