Lines Matching refs:TextureCubeFormatCase
206 class TextureCubeFormatCase : public tcu::TestCase class
209 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,…
210 ~TextureCubeFormatCase (void);
217 TextureCubeFormatCase (const TextureCubeFormatCase& other);
218 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
237 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& render… in TextureCubeFormatCase() function in deqp::gles2::Functional::TextureCubeFormatCase
251 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase()
256 void TextureCubeFormatCase::init (void) in init()
306 void TextureCubeFormatCase::deinit (void) in deinit()
314 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace()
367 TextureCubeFormatCase::IterateResult TextureCubeFormatCase::iterate (void) in iterate()
656 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_po… in init()
657 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_np… in init()