Lines Matching refs:CompressedCubeFormatCase
893 class CompressedCubeFormatCase : public tcu::TestCase class
896 CompressedCubeFormatCase (tcu::TestContext& testCtx,
906 ~CompressedCubeFormatCase (void);
913 CompressedCubeFormatCase (const CompressedCubeFormatCase& other);
914 CompressedCubeFormatCase& operator= (const CompressedCubeFormatCase& other);
934 CompressedCubeFormatCase::CompressedCubeFormatCase (tcu::TestContext& testCtx, in CompressedCubeFormatCase() function in deqp::gles3::Functional::CompressedCubeFormatCase
957 CompressedCubeFormatCase::~CompressedCubeFormatCase (void) in ~CompressedCubeFormatCase()
962 void CompressedCubeFormatCase::init (void) in init()
984 void CompressedCubeFormatCase::deinit (void) in deinit()
992 bool CompressedCubeFormatCase::testFace (tcu::CubeFace face) in testFace()
1039 CompressedCubeFormatCase::IterateResult CompressedCubeFormatCase::iterate (void) in iterate()
1521 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
1523 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()