Searched refs:TextureFormatTestCase (Results 1 – 1 of 1) sorted by relevance
549 class TextureFormatTestCase : public FramebufferFetchTestCase class552 … TextureFormatTestCase (Context& context, const char* name, const char* desc, deUint32 format);553 ~TextureFormatTestCase (void) {}; in ~TextureFormatTestCase()561 TextureFormatTestCase::TextureFormatTestCase (Context& context, const char* name, const char* desc,… in TextureFormatTestCase() function in deqp::gles31::Functional::__anon72c99c7e0111::TextureFormatTestCase566 tcu::TextureLevel TextureFormatTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::… in genReferenceTexture()595 TextureFormatTestCase::IterateResult TextureFormatTestCase::iterate (void) in iterate()1418 …framebufferFormatTestGroup->addChild(new TextureFormatTestCase(m_context, getFormatName(colorForma… in init()