Lines Matching refs:TextureCubeFormatCase
246 class TextureCubeFormatCase : public tcu::TestCase class
249 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* …
250 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* …
251 ~TextureCubeFormatCase (void);
258 TextureCubeFormatCase (const TextureCubeFormatCase& other);
259 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
278 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase
293 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase
308 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase()
313 void TextureCubeFormatCase::init (void) in init()
365 void TextureCubeFormatCase::deinit (void) in deinit()
373 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace()
426 TextureCubeFormatCase::IterateResult TextureCubeFormatCase::iterate (void) in iterate()
1349 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_pot").… in init()
1350 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_npot")… in init()
1438 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_… in init()
1439 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_npot").c… in init()
1454 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_… in init()
1455 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_npot").c… in init()