Searched refs:ShaderNegativeTests (Results 1 – 7 of 7) sorted by relevance
38 class ShaderNegativeTests : public TestCaseGroup class41 ShaderNegativeTests(Context& context, glu::GLSLVersion glslVersion);42 ~ShaderNegativeTests();
280 ShaderNegativeTests::ShaderNegativeTests(Context& context, GLSLVersion glslVersion) in ShaderNegativeTests() function in deqp::ShaderNegativeTests286 ShaderNegativeTests::~ShaderNegativeTests() in ~ShaderNegativeTests()291 void ShaderNegativeTests::init(void) in init()
121 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_100_ES)); in init()
150 shadersGroup->addChild(new deqp::ShaderNegativeTests(getContext(), glu::GLSL_VERSION_320_ES)); in init()
147 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
163 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_310_ES)); in init()
265 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_330)); in init()