Home | History | Annotate | Download | only in functional

Lines Matching refs:Compressed2DFormatCase

392 // Compressed2DFormatCase
394 class Compressed2DFormatCase : public tcu::TestCase
397 Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames);
398 ~Compressed2DFormatCase (void);
405 Compressed2DFormatCase (const Compressed2DFormatCase& other);
406 Compressed2DFormatCase& operator= (const Compressed2DFormatCase& other);
417 Compressed2DFormatCase::Compressed2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames)
427 Compressed2DFormatCase::~Compressed2DFormatCase (void)
432 void Compressed2DFormatCase::init (void)
438 void Compressed2DFormatCase::deinit (void)
446 Compressed2DFormatCase::IterateResult Compressed2DFormatCase::iterate (void)
671 addChild(new Compressed2DFormatCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_pot", "GL_ETC1_RGB8_OES, GL_TEXTURE_2D", toStringVector(filenames, DE_LENGTH_OF_ARRAY(filenames))));
677 addChild(new Compressed2DFormatCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_2d_npot", "GL_ETC1_RGB8_OES, GL_TEXTURE_2D", filenames));