Lines Matching refs:src

221 		std::ostringstream src;
222 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
232 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
237 std::ostringstream src;
238 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
259 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
264 std::ostringstream src;
265 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
281 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
286 std::ostringstream src;
287 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
297 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
365 std::ostringstream src;
366 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
376 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
381 std::ostringstream src;
382 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
408 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
415 std::ostringstream src;
416 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
445 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
450 std::ostringstream src;
451 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
461 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
506 std::ostringstream src;
507 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
517 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
522 std::ostringstream src;
523 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
545 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
554 std::ostringstream src;
555 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
575 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
580 std::ostringstream src;
581 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
591 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
632 std::ostringstream src;
633 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
643 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
648 std::ostringstream src;
649 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
699 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
704 std::ostringstream src;
705 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
723 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
728 std::ostringstream src;
729 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
739 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
812 std::ostringstream src;
813 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
823 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
828 std::ostringstream src;
829 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
839 src << "layout(location = 1) out mediump " << dataType << " in_te_data0[];\n"
842 src << "layout(location = 1) patch out mediump " << dataType << " in_te_data0[" << OUTPUT_PATCH_SIZE << "];\n"
845 src << "\n"
864 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
871 std::ostringstream src;
872 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
882 src << "layout(location = 1) in mediump " << dataType << " in_te_data0[];\n"
885 src << "layout(location = 1) patch in mediump " << dataType << " in_te_data0[" << OUTPUT_PATCH_SIZE << "];\n"
888 src << "\n"
903 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
908 std::ostringstream src;
909 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
919 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());