Lines Matching refs:Tests
182 GL42ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders42", "Shading Language Tests")
188 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl42/declarations.test"));
230 GL42CompatShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders42", "Shading Language Tests")
236 addChild(new deqp::ShaderLibraryGroup(m_context, "builtin", "Builtin Tests", "gl42-compat/builtins.test"));
237 addChild(new deqp::ShaderLibraryGroup(m_context, "varying", "Varying Tests", "gl42-compat/varyings.test"));
325 GL44ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders44", "Shading Language Tests")
332 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl44/preprocessor.test"));
373 //addChild(new gl4cts::ContextFlushControl::Tests(getContext()));
388 GL45ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders45", "Shading Language Tests")
418 addChild(new gl4cts::DirectStateAccess::Tests(getContext()));
419 addChild(new gl4cts::GetTextureSubImage::Tests(getContext()));
421 addChild(new gl4cts::ConditionalRenderInverted::Tests(getContext()));
422 addChild(new gl4cts::Sync::Tests(getContext()));
423 addChild(new gl4cts::IncompleteTextureAccess::Tests(getContext()));