Lines Matching refs:vertexSource

622 	std::ostringstream						vertexSource;
639 // vertexSource
641 vertexSource << "${GLSL_VERSION_DECL}\n"
648 vertexSource << "void main (void)\n"
655 vertexSource << "out highp vec4 v_geom_" << i << ";\n";
657 vertexSource << "void main (void)\n"
667 vertexSource << "\tv_geom_0 = a_color;\n";
671 vertexSource << "\tv_geom_0 = a_color * 0.5;\n";
672 vertexSource << "\tv_geom_1 = a_color.zyxw * 0.5;\n";
678 vertexSource << "}\n";
784 << sglr::pdec::VertexSource(specializeShader(vertexSource.str(), contextType))
4004 const std::string vertexSource = std::string(glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()))) + "\n"
4030 << glu::VertexSource(vertexSource)
4043 << glu::VertexSource(vertexSource)
4060 const char* const vtxSourcePtr = vertexSource.c_str();
4642 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n"
4669 << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()))
4851 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n"
4943 sources << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()));
5312 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n"
5336 << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()))
5759 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n"
5776 << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()))
6051 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n"
6065 << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()))