Home | History | Annotate | Download | only in functional

Lines Matching refs:CompressedCubeFormatCase

854 // CompressedCubeFormatCase
856 class CompressedCubeFormatCase : public tcu::TestCase
859 CompressedCubeFormatCase (tcu::TestContext& testCtx,
868 ~CompressedCubeFormatCase (void);
875 CompressedCubeFormatCase (const CompressedCubeFormatCase& other);
876 CompressedCubeFormatCase& operator= (const CompressedCubeFormatCase& other);
896 CompressedCubeFormatCase::CompressedCubeFormatCase (tcu::TestContext& testCtx,
919 CompressedCubeFormatCase::~CompressedCubeFormatCase (void)
924 void CompressedCubeFormatCase::init (void)
946 void CompressedCubeFormatCase::deinit (void)
954 bool CompressedCubeFormatCase::testFace (tcu::CubeFace face)
1001 CompressedCubeFormatCase::IterateResult CompressedCubeFormatCase::iterate (void)
1482 compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 64, 64));
1484 compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 51, 51));