Lines Matching refs:Compressed2DFormatCase
394 class Compressed2DFormatCase : public tcu::TestCase class
397 …Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::Cont…
398 ~Compressed2DFormatCase (void);
405 Compressed2DFormatCase (const Compressed2DFormatCase& other);
406 Compressed2DFormatCase& operator= (const Compressed2DFormatCase& other);
417 Compressed2DFormatCase::Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& rend… in Compressed2DFormatCase() function in deqp::gles2::Functional::Compressed2DFormatCase
427 Compressed2DFormatCase::~Compressed2DFormatCase (void) in ~Compressed2DFormatCase()
432 void Compressed2DFormatCase::init (void) in init()
438 void Compressed2DFormatCase::deinit (void) in deinit()
446 Compressed2DFormatCase::IterateResult Compressed2DFormatCase::iterate (void) in iterate()
671 …addChild(new Compressed2DFormatCase(m_testCtx, m_context.getRenderContext(), m_context.getContextI… in init()
677 …addChild(new Compressed2DFormatCase(m_testCtx, m_context.getRenderContext(), m_context.getContextI… in init()