Lines Matching refs:Texture2DFormatCase
68 class Texture2DFormatCase : public tcu::TestCase class
71 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
72 ~Texture2DFormatCase (void);
79 Texture2DFormatCase (const Texture2DFormatCase& other);
80 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
93 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase() function in deqp::gles2::Functional::Texture2DFormatCase
105 Texture2DFormatCase::~Texture2DFormatCase (void) in ~Texture2DFormatCase()
110 void Texture2DFormatCase::init (void) in init()
130 void Texture2DFormatCase::deinit (void) in deinit()
138 Texture2DFormatCase::IterateResult Texture2DFormatCase::iterate (void) in iterate()
654 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_pot").… in init()
655 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_npot")… in init()