Searched refs:ShaderLoopTests (Results 1 – 12 of 12) 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!
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()
219 addChild(new ShaderLoopTests (m_context)); in init()
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()
146 addChild(new ShaderLoopTests (m_context)); in init()
33 class ShaderLoopTests : public TestCaseGroup class36 ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion);37 virtual ~ShaderLoopTests(void);42 ShaderLoopTests(const ShaderLoopTests&); // not allowed!43 ShaderLoopTests& operator=(const ShaderLoopTests&); // not allowed!
1125 ShaderLoopTests::ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion) in ShaderLoopTests() function in deqp::ShaderLoopTests1130 ShaderLoopTests::~ShaderLoopTests(void) in ~ShaderLoopTests()1134 void ShaderLoopTests::init(void) in init()
1478 class ShaderLoopTests : public tcu::TestCaseGroup class1481 ShaderLoopTests (tcu::TestContext& testCtx);1482 virtual ~ShaderLoopTests (void);1487 ShaderLoopTests (const ShaderLoopTests&); // not allowed!1488 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!1491 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx) in ShaderLoopTests() function in vkt::sr::__anonea2c398a0111::ShaderLoopTests1496 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()1500 void ShaderLoopTests::init (void) in init()1591 return new ShaderLoopTests(testCtx); in createLoopTests()
1478 class ShaderLoopTests : public tcu::TestCaseGroup class1481 ShaderLoopTests (tcu::TestContext& testCtx);1482 virtual ~ShaderLoopTests (void);1487 ShaderLoopTests (const ShaderLoopTests&); // not allowed!1488 ShaderLoopTests& operator= (const ShaderLoopTests&); // not allowed!1491 ShaderLoopTests::ShaderLoopTests(tcu::TestContext& testCtx) in ShaderLoopTests() function in vkt::sr::__anonf79a774a0111::ShaderLoopTests1496 ShaderLoopTests::~ShaderLoopTests (void) in ~ShaderLoopTests()1500 void ShaderLoopTests::init (void) in init()1591 return new ShaderLoopTests(testCtx); in createLoopTests()
148 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
257 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_330)); in init()