Lines Matching defs:src
109 std::ostringstream src;
110 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
124 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
131 std::ostringstream src;
132 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
163 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
193 std::ostringstream src;
194 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
221 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
226 std::ostringstream src;
227 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
238 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());