• Home
  • Raw
  • Download

Lines Matching refs:fragmentSource

614 	std::ostringstream						fragmentSource;  in genProgramDeclaration()  local
674 fragmentSource << "${GLSL_VERSION_DECL}\n" in genProgramDeclaration()
678 fragmentSource << "in mediump vec4 v_frag_" << i << ";\n"; in genProgramDeclaration()
680 fragmentSource << "void main (void)\n" in genProgramDeclaration()
685 fragmentSource << "\tfragColor = vec4(1.0, 0.0, 0.0, 1.0);\n"; in genProgramDeclaration()
689 fragmentSource << "\tfragColor = v_frag_0;\n"; in genProgramDeclaration()
693 fragmentSource << "\tfragColor = v_frag_0 + v_frag_1.yxzw;\n"; in genProgramDeclaration()
699 fragmentSource << "}\n"; in genProgramDeclaration()
776 << sglr::pdec::FragmentSource(specializeShader(fragmentSource.str(), contextType).c_str()) in genProgramDeclaration()
4576 static const char* const fragmentSource = "${GLSL_VERSION_DECL}\n" in iterate() local
4599 … << glu::FragmentSource(specializeShader(fragmentSource, m_context.getRenderContext().getType())) in iterate()
4789 static const char* const fragmentSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
4873 …sources << glu::FragmentSource(specializeShader(fragmentSource, m_context.getRenderContext().getTy… in genProgram()
5244 static const char* const fragmentSource = "${GLSL_VERSION_DECL}\n" in iterate() local
5263 … << glu::FragmentSource(specializeShader(fragmentSource, m_context.getRenderContext().getType())) in iterate()
5719 static const char* const fragmentSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
5728 … << glu::FragmentSource(specializeShader(fragmentSource, m_context.getRenderContext().getType())) in genProgram()
6008 static const char* const fragmentSource = "${GLSL_VERSION_DECL}\n" in genProgram() local
6017 … << glu::FragmentSource(specializeShader(fragmentSource, m_context.getRenderContext().getType())) in genProgram()