Lines Matching defs:src

322 		std::ostringstream src;
323 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
336 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
341 std::ostringstream src;
342 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
351 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
678 std::ostringstream src;
679 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
694 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
699 std::ostringstream src;
700 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
707 src << " imageStore(image, ivec2(gl_PrimitiveID % 4, 0), vec4(1.0, 0.5, 0.25, 1.0));\n";
709 src << " imageStore(image, ivec2(gl_PrimitiveID % 4, gl_SampleID % 4), vec4(1.0, 0.5, 0.25, 1.0));\n";
710 src << "}\n";
712 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1362 std::ostringstream src;
1363 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1376 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1381 std::ostringstream src;
1382 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1393 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1807 std::ostringstream src;
1808 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1821 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1826 std::ostringstream src;
1827 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1840 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1850 std::ostringstream src;
1851 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1864 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1869 std::ostringstream src;
1870 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1882 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());