Searched defs:ShaderLibrary (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderLibrary.hpp38 class ShaderLibrary class in namespace:deqp::gls
41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
42 ~ShaderLibrary (void);
48 ShaderLibrary (const ShaderLibrary&); // not allowed!
49 ShaderLibrary& operator= (const ShaderLibrary&); // not allowed!
H A DglsShaderLibrary.cpp1339 ShaderLibrary subLibrary (m_testCtx, m_renderCtx, m_contextInfo);
1400 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo) function in class:deqp::gls::ShaderLibrary
1407 ShaderLibrary::~ShaderLibrary (void)
1411 vector<tcu::TestNode*> ShaderLibrary::loadShaderFile (const char* fileName)
1440 vector<tcu::TestNode*> ShaderLibrary::parseShader (const char* shaderSource)

Completed in 71 milliseconds