Home
last modified time | relevance | path

Searched refs:TextureFormatTestCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp549 class TextureFormatTestCase : public FramebufferFetchTestCase class
552TextureFormatTestCase (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::TextureFormatTestCase
566 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()