• Home
  • Raw
  • Download

Lines Matching refs:vertexSource

613 	std::ostringstream						vertexSource;  in genProgramDeclaration()  local
632 vertexSource << "${GLSL_VERSION_DECL}\n" in genProgramDeclaration()
639 vertexSource << "void main (void)\n" in genProgramDeclaration()
646 vertexSource << "out highp vec4 v_geom_" << i << ";\n"; in genProgramDeclaration()
648 vertexSource << "void main (void)\n" in genProgramDeclaration()
658 vertexSource << "\tv_geom_0 = a_color;\n"; in genProgramDeclaration()
662 vertexSource << "\tv_geom_0 = a_color * 0.5;\n"; in genProgramDeclaration()
663 vertexSource << "\tv_geom_1 = a_color.zyxw * 0.5;\n"; in genProgramDeclaration()
669 vertexSource << "}\n"; in genProgramDeclaration()
775 << sglr::pdec::VertexSource(specializeShader(vertexSource.str(), contextType).c_str()) in genProgramDeclaration()
4571 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n" in iterate() local
4598 … << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType())) in iterate()
4780 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
4872 …sources << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType()… in genProgram()
5238 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n" in iterate() local
5262 … << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType())) in iterate()
5710 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
5727 … << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType())) in genProgram()
6002 static const char* const vertexSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
6016 … << glu::VertexSource(specializeShader(vertexSource, m_context.getRenderContext().getType())) in genProgram()