Home | History | Annotate | Download | only in functional

Lines Matching refs:TextureCubeFormatCase

202 // TextureCubeFormatCase
204 class TextureCubeFormatCase : public tcu::TestCase
207 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
208 ~TextureCubeFormatCase (void);
215 TextureCubeFormatCase (const TextureCubeFormatCase& other);
216 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
235 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height)
249 TextureCubeFormatCase::~TextureCubeFormatCase (void)
254 void TextureCubeFormatCase::init (void)
304 void TextureCubeFormatCase::deinit (void)
312 bool TextureCubeFormatCase::testFace (tcu::CubeFace face)
365 TextureCubeFormatCase::IterateResult TextureCubeFormatCase::iterate (void)
654 addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), format, dataType, 64, 64));
655 addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), format, dataType, 57, 57));