Lines Matching refs:deqp
61 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
83 deqp::Context& context = m_testPackage.getContext();
104 deqp::Context& context = m_testPackage.getContext();
126 GL30ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders30", "Shading Language Tests")
132 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declarations.test"));
133 addChild(new deqp::GLSLVectorConstructorTests(m_context, glu::GLSL_VERSION_130));
155 addChild(new deqp::InfoTests(getContext()));
161 addChild(new deqp::Functional::TextureShadowLodTest(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"));
255 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_330));
256 addChild(new deqp::ShaderIndexingTests(m_context, glu::GLSL_VERSION_330));
257 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_330));
259 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.test"));
260 addChild(new deqp::ShaderFunctionTests(m_context, glu::GLSL_VERSION_330));
261 addChild(new deqp::ShaderStructTests(m_context, glu::GLSL_VERSION_330));
262 addChild(new deqp::UniformBlockTests(m_context, glu::GLSL_VERSION_330));
263 addChild(new deqp::ShaderIntegerMixTests(m_context, glu::GLSL_VERSION_330));
264 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_330));