Home | History | Annotate | Download | only in functional

Lines Matching refs:sources

240 		glu::ProgramSources			sources;
242 sources << glu::VertexSource(getVertexSource())
248 sources << glu::GeometrySource(getGeometrySource());
251 const glu::ShaderProgram program (m_context.getRenderContext(), sources);
539 glu::ProgramSources sources;
541 sources << glu::VertexSource(getVertexSource())
546 sources << glu::TessellationControlSource(getTessellationControlSource())
550 const glu::ShaderProgram program (m_context.getRenderContext(), sources);
1718 glu::ProgramSources sources;
1719 sources << glu::VertexSource(genVertexSource())
1723 sources << glu::TessellationControlSource(genTessellationControlSource())
1727 sources << glu::GeometrySource(genGeometrySource());
1729 m_program = new glu::ShaderProgram(m_context.getRenderContext(), sources);
2190 glu::ProgramSources sources;
2193 sources << glu::VertexSource(getVertexSource())
2218 sources << glu::TessellationControlSource(getTessellationControlSource(tessGenLevel))
2338 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations, tessGenLevel));
2349 m_program = new glu::ShaderProgram(m_context.getRenderContext(), sources);