Lines Matching refs:ShaderLoopTests
1475 class ShaderLoopTests : public tcu::TestCaseGroup
1478 ShaderLoopTests (tcu::TestContext& testCtx);
1479 virtual ~ShaderLoopTests (void);
1484 ShaderLoopTests (const ShaderLoopTests&); // not allowed!
1485 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
1488 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx)
1493 ShaderLoopTests::~ShaderLoopTests (void)
1497 void ShaderLoopTests::init (void)
1586 return new ShaderLoopTests(testCtx);