Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp849 class TexelFetchTestCase : public FramebufferFetchTestCase class
852 TexelFetchTestCase (Context& context, const char* name, const char* desc, deUint32 format);
853 ~TexelFetchTestCase (void) {} in ~TexelFetchTestCase()
865 TexelFetchTestCase::TexelFetchTestCase (Context& context, const char* name, const char* desc, deUin… in TexelFetchTestCase() function in deqp::gles31::Functional::__anon72c99c7e0111::TexelFetchTestCase
871 void TexelFetchTestCase::genSamplerTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd) in genSamplerTexture()
893 glu::ProgramSources TexelFetchTestCase::genShaderSources (void) in genShaderSources()
911 tcu::TextureLevel TexelFetchTestCase::genReferenceTexture (const tcu::Vec4& colorEven, const tcu::V… in genReferenceTexture()
919 TexelFetchTestCase::IterateResult TexelFetchTestCase::iterate (void) in iterate()
1357 …basicTestGroup->addChild(new TexelFetchTestCase (m_context, "texel_fetch", "Framebuffer fe… in init()