Lines Matching refs:TextureCubeFormatCase
243 class TextureCubeFormatCase : public tcu::TestCase class
246 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* …
247 …TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* …
248 ~TextureCubeFormatCase (void);
255 TextureCubeFormatCase (const TextureCubeFormatCase& other);
256 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
275 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase
290 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const ch… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase
305 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase()
310 void TextureCubeFormatCase::init (void) in init()
362 void TextureCubeFormatCase::deinit (void) in deinit()
370 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace()
423 TextureCubeFormatCase::IterateResult TextureCubeFormatCase::iterate (void) in iterate()
1346 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_pot").… in init()
1347 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_npot")… in init()
1434 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_… in init()
1435 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_npot").c… in init()
1450 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_pot").c_… in init()
1451 …sizedCubeGroup->addChild (new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_npot").c… in init()