Lines Matching defs:src
1379 std::ostringstream src;
1380 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1393 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1398 std::ostringstream src;
1399 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1416 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1424 std::ostringstream src;
1425 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1440 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1445 std::ostringstream src;
1446 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1466 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
2008 std::ostringstream src;
2009 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2032 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
2037 std::ostringstream src;
2038 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2048 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());