Lines Matching refs:src
642 std::ostringstream src;
643 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
653 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
658 std::ostringstream src;
659 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
685 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
690 std::ostringstream src;
691 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
726 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
731 std::ostringstream src;
732 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
742 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());