Searched refs:FragOpInteractionCase (Results 1 – 4 of 4) sorted by relevance
49 class FragOpInteractionCase : public tcu::TestCase class52 …FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Contex…53 ~FragOpInteractionCase (void);60 FragOpInteractionCase (const FragOpInteractionCase&);61 FragOpInteractionCase& operator= (const FragOpInteractionCase&);
423 struct FragOpInteractionCase::ReferenceContext437 FragOpInteractionCase::FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& render… in FragOpInteractionCase() function in deqp::gls::FragOpInteractionCase453 FragOpInteractionCase::~FragOpInteractionCase (void) in ~FragOpInteractionCase()455 FragOpInteractionCase::deinit(); in ~FragOpInteractionCase()458 void FragOpInteractionCase::init (void) in init()492 FragOpInteractionCase::deinit(); in init()497 void FragOpInteractionCase::deinit (void) in deinit()509 FragOpInteractionCase::IterateResult FragOpInteractionCase::iterate (void) in iterate()
35 using gls::FragOpInteractionCase;79 …basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()