Lines Matching refs:src
898 std::ostringstream src;
899 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
911 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
917 std::ostringstream src;
918 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
926 programCollection.glslSources.add("vertPassthrough") << glu::VertexSource(src.str());
932 std::ostringstream src;
933 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
943 programCollection.glslSources.add("vertLayer") << glu::VertexSource(src.str());
949 std::ostringstream src;
950 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
969 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
975 std::ostringstream src;
976 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
996 programCollection.glslSources.add("geomLayer") << glu::GeometrySource(src.str());
1002 std::ostringstream src;
1003 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1023 programCollection.glslSources.add("tsc") << glu::TessellationControlSource(src.str());
1029 std::ostringstream src;
1030 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1042 programCollection.glslSources.add("tse") << glu::TessellationEvaluationSource(src.str());
1047 std::ostringstream src;
1048 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1059 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());