Lines Matching defs:sources
1307 glu::ProgramSources sources = glu::ProgramSources()
1312 sources << glu::TessellationControlSource(generateTessControlShader(m_shaderType, tessCtrlUniformDecl.str(), shaderBody.str()))
1315 return new glu::ShaderProgram(m_context.getRenderContext(), sources);
1631 glu::ProgramSources sources = glu::ProgramSources()
1636 sources << glu::TessellationControlSource(generateTessControlShader(m_shaderType, tessCtrlUniformDecl.str(), shaderBody.str()))
1639 return new glu::ShaderProgram(m_context.getRenderContext(), sources);
1916 glu::ProgramSources sources = glu::ProgramSources()
1921 sources << glu::TessellationControlSource(generateTessControlShader(m_shaderType, tessCtrlUniformDecl.str(), shaderBody.str()))
1924 return new glu::ShaderProgram(m_context.getRenderContext(), sources);
2185 glu::ProgramSources sources = glu::ProgramSources()
2190 sources << glu::TessellationControlSource(generateTessControlShader(m_shaderType, tessCtrlUniformDecl.str(), shaderBody.str()))
2193 return new glu::ShaderProgram(m_context.getRenderContext(), sources);