Lines Matching refs:glu
96 glu::ShaderProgram* m_program;
141 glu::ProgramSources sources;
144 sources << glu::VertexSource(getVertexSource())
145 << glu::FragmentSource(getFragmentSource());
169 sources << glu::TessellationControlSource(getTessellationControlSource(tessGenLevel))
170 << glu::TessellationEvaluationSource(getTessellationEvaluationSource(tessGenLevel));
274 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations));
285 m_program = new glu::ShaderProgram(m_context.getRenderContext(), sources);
339 const glu::VertexArray vao (m_context.getRenderContext());
378 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.front().getAccess());