Lines Matching refs:deqp
135 class ShaderTests : public deqp::TestCaseGroup
138 ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests")
144 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "declarations.test"));
145 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_300_ES));
146 addChild(new deqp::ShaderFunctionTests(m_context, glu::GLSL_VERSION_300_ES));
147 addChild(new deqp::ShaderIndexingTests(m_context, glu::GLSL_VERSION_300_ES));
148 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_300_ES));
149 addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocessor.test"));
150 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests",
152 addChild(new deqp::ShaderLibraryGroup(m_context, "name_hiding", "Name Hiding Tests", "name_hiding.test"));
153 addChild(new deqp::ShaderStructTests(m_context, glu::GLSL_VERSION_300_ES));
154 addChild(new deqp::UniformBlockTests(m_context, glu::GLSL_VERSION_300_ES));
155 addChild(new deqp::GLSLVectorConstructorTests(m_context, glu::GLSL_VERSION_300_ES));
156 addChild(new deqp::ShaderIntegerMixTests(m_context, glu::GLSL_VERSION_300_ES));
157 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_300_ES));
163 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 3 Conformance Tests", glu::ContextType(glu::ApiType::es(3, 0)),
175 deqp::TestPackage::init();
199 deqp::TestPackage::deinit();