Lines Matching refs:CompressedCubeFormatCase
856 class CompressedCubeFormatCase : public tcu::TestCase class
859 CompressedCubeFormatCase (tcu::TestContext& testCtx,
869 ~CompressedCubeFormatCase (void);
876 CompressedCubeFormatCase (const CompressedCubeFormatCase& other);
877 CompressedCubeFormatCase& operator= (const CompressedCubeFormatCase& other);
897 CompressedCubeFormatCase::CompressedCubeFormatCase (tcu::TestContext& testCtx, in CompressedCubeFormatCase() function in deqp::gles3::Functional::CompressedCubeFormatCase
920 CompressedCubeFormatCase::~CompressedCubeFormatCase (void) in ~CompressedCubeFormatCase()
925 void CompressedCubeFormatCase::init (void) in init()
947 void CompressedCubeFormatCase::deinit (void) in deinit()
955 bool CompressedCubeFormatCase::testFace (tcu::CubeFace face) in testFace()
1002 CompressedCubeFormatCase::IterateResult CompressedCubeFormatCase::iterate (void) in iterate()
1483 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
1485 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()