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);
47 ShaderLibrary (const ShaderLibrary&); // not allowed!
48 ShaderLibrary& operator= (const ShaderLibrary&); // not allowed!
H A DglsShaderLibrary.cpp63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) function in class:deqp::gls::ShaderLibrary
70 ShaderLibrary::~ShaderLibrary (void)
74 std::vector<tcu::TestNode*> ShaderLibrary::loadShaderFile (const char* fileName)

Completed in 248 milliseconds