Searched refs:ShaderLoopTests (Results 1 – 7 of 7) sorted by relevance
35 class ShaderLoopTests : public TestCaseGroup class38 ShaderLoopTests (Context& context);39 virtual ~ShaderLoopTests (void);44 ShaderLoopTests (const ShaderLoopTests&); // not allowed!45 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!
1255 ShaderLoopTests::ShaderLoopTests(Context& context) in ShaderLoopTests() function in deqp::gles2::Functional::ShaderLoopTests1260 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()1264 void ShaderLoopTests::init (void) in init()
140 addChild(new ShaderLoopTests (m_context)); in init()
1131 ShaderLoopTests::ShaderLoopTests(Context& context) in ShaderLoopTests() function in deqp::gles3::Functional::ShaderLoopTests1136 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()1140 void ShaderLoopTests::init (void) in init()
211 addChild(new ShaderLoopTests (m_context)); in init()
1252 class ShaderLoopTests : public tcu::TestCaseGroup class1255 ShaderLoopTests (tcu::TestContext& testCtx);1256 virtual ~ShaderLoopTests (void);1261 ShaderLoopTests (const ShaderLoopTests&); // not allowed!1262 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!1265 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx) in ShaderLoopTests() function in vkt::sr::__anonf25694fe0111::ShaderLoopTests1270 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()1274 void ShaderLoopTests::init (void) in init()1365 return new ShaderLoopTests(testCtx); in createLoopTests()