Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp43 class ShaderLibraryCase : public tcu::TestCase class
47 ShaderLibraryCase (tcu::TestContext& testCtx,
53 virtual ~ShaderLibraryCase (void);
60 ShaderLibraryCase (const ShaderLibraryCase&); // not allowed!
61 ShaderLibraryCase& operator= (const ShaderLibraryCase&); // not allowed!
DglsShaderConstExprTests.cpp85 using gls::ShaderLibraryCase; in createTests()
169 ret.push_back(new ShaderLibraryCase(testContext, in createTests()
190 ret.push_back(new ShaderLibraryCase(testContext, in createTests()
223 ret.push_back(new ShaderLibraryCase(testContext, in createTests()
244 ret.push_back(new ShaderLibraryCase(testContext, in createTests()
DglsShaderLibrary.cpp52 …return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_st… in createCase()
DglsShaderLibraryCase.cpp715 ShaderLibraryCase::ShaderLibraryCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const gl… in ShaderLibraryCase() function in deqp::gls::ShaderLibraryCase
723 ShaderLibraryCase::~ShaderLibraryCase (void) in ~ShaderLibraryCase()
727 void ShaderLibraryCase::init (void) in init()
897 bool ShaderLibraryCase::execute (void) in execute()
1376 TestCase::IterateResult ShaderLibraryCase::iterate (void) in iterate()