Lines Matching refs:Texture2DFormatCase

82 class Texture2DFormatCase : public tcu::TestCase  class
85Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* d…
86Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* d…
87 ~Texture2DFormatCase (void);
94 Texture2DFormatCase (const Texture2DFormatCase& other);
95 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
109 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* … in Texture2DFormatCase() function in deqp::gles3::Functional::Texture2DFormatCase
122 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char*… in Texture2DFormatCase() function in deqp::gles3::Functional::Texture2DFormatCase
135 Texture2DFormatCase::~Texture2DFormatCase (void) in ~Texture2DFormatCase()
140 void Texture2DFormatCase::init (void) in init()
167 void Texture2DFormatCase::deinit (void) in deinit()
175 Texture2DFormatCase::IterateResult Texture2DFormatCase::iterate (void) in iterate()
1344 …unsizedGroup->addChild(new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_2d_pot").c_s… in init()
1345 …unsizedGroup->addChild(new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_2d_npot").c_… in init()
1432 …sized2DGroup->addChild (new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_str… in init()
1433 …sized2DGroup->addChild (new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_npot").c_st… in init()
1448 …sized2DGroup->addChild (new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_str… in init()
1449 …sized2DGroup->addChild (new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_npot").c_st… in init()