Searched refs:ShaderDiscardTests (Results 1 – 7 of 7) sorted by relevance
35 class ShaderDiscardTests : public TestCaseGroup class38 ShaderDiscardTests (Context& context);39 virtual ~ShaderDiscardTests (void);44 ShaderDiscardTests (const ShaderDiscardTests&); // not allowed!45 ShaderDiscardTests& operator= (const ShaderDiscardTests&); // not allowed!
117 ShaderDiscardTests::ShaderDiscardTests (Context& context) in ShaderDiscardTests() function in deqp::gles3::Functional::ShaderDiscardTests122 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()355 void ShaderDiscardTests::init (void) in init()
214 addChild(new ShaderDiscardTests (m_context)); in init()
137 ShaderDiscardTests::ShaderDiscardTests (Context& context) in ShaderDiscardTests() function in deqp::gles2::Functional::ShaderDiscardTests142 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()367 void ShaderDiscardTests::init (void) in init()
149 addChild(new ShaderDiscardTests (m_context)); in init()
410 class ShaderDiscardTests : public tcu::TestCaseGroup class413 ShaderDiscardTests (tcu::TestContext& textCtx, const char *groupName);414 virtual ~ShaderDiscardTests (void);419 ShaderDiscardTests (const ShaderDiscardTests&); // not allowed!420 ShaderDiscardTests& operator= (const ShaderDiscardTests&); // not allowed!424 ShaderDiscardTests::ShaderDiscardTests (tcu::TestContext& testCtx, const char *groupName) in ShaderDiscardTests() function in vkt::sr::__anon6a14493d0111::ShaderDiscardTests430 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()434 void ShaderDiscardTests::init (void) in init()451 return new ShaderDiscardTests(testCtx, "discard"); in createDiscardTests()456 return new ShaderDiscardTests(testCtx, "demote"); in createDemoteTests()