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

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

Completed in 92 milliseconds