Lines Matching refs:src
1136 ostringstream src;
1137 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
1147 programCollection.glslSources.add("compute_0") << glu::ComputeSource(src.str());
1150 ostringstream src;
1151 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
1163 programCollection.glslSources.add("compute_1") << glu::ComputeSource(src.str());
1166 ostringstream src;
1167 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
1177 programCollection.glslSources.add("compute_2") << glu::ComputeSource(src.str());
1211 std::ostringstream src;
1212 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n"
1221 programCollection.glslSources.add("vert_0") << glu::VertexSource(src.str());
1225 std::ostringstream src;
1226 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n"
1238 programCollection.glslSources.add("vert_1") << glu::VertexSource(src.str());
1242 std::ostringstream src;
1243 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n"
1255 programCollection.glslSources.add("vert_2") << glu::VertexSource(src.str());
1259 std::ostringstream src;
1260 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n"
1268 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());