Searched refs:shadersGroup (Results 1 – 1 of 1) sorted by relevance
161 tcu::TestCaseGroup* shadersGroup = new tcu::TestCaseGroup(getTestContext(), "shaders", ""); in init() local162 shadersGroup->addChild(new deqp::ShaderIntegerMixTests(getContext(), glu::GLSL_VERSION_320_ES)); in init()163 shadersGroup->addChild(new deqp::ShaderNegativeTests(getContext(), glu::GLSL_VERSION_320_ES)); in init()164 shadersGroup->addChild(new glcts::AggressiveShaderOptimizationsTests(getContext())); in init()165 addChild(shadersGroup); in init()