Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp584 class TextureFormatTestCase : public FramebufferFetchTestCase class
587TextureFormatTestCase (Context& context, const char* name, const char* desc, deUint32 format);
588 ~TextureFormatTestCase (void) {} in ~TextureFormatTestCase()
596 TextureFormatTestCase::TextureFormatTestCase (Context& context, const char* name, const char* desc,… in TextureFormatTestCase() function in deqp::gles31::Functional::__anon8561f9aa0111::TextureFormatTestCase
601 tcu::TextureLevel TextureFormatTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::… in genReferenceTexture()
634 TextureFormatTestCase::IterateResult TextureFormatTestCase::iterate (void) in iterate()
1457 …framebufferFormatTestGroup->addChild(new TextureFormatTestCase(m_context, getFormatName(colorForma… in init()