Lines Matching defs:src
751 std::ostringstream src;
752 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
799 src << " // Verify depth samples\n"
816 src << " // Verify stencil samples\n"
830 src << " sb_out.values[globalIndex] = result;\n"
832 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str());
851 std::ostringstream src;
852 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
868 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
873 std::ostringstream src;
874 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
884 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1463 std::ostringstream src;
1464 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1487 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1492 std::ostringstream src;
1493 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1507 src << " if (gl_SampleMaskIn[0] == " << expectedMask << ")\n"
1515 src << " if (gl_SampleMaskIn[0] == (1 << gl_SampleID))\n"
1524 src << "\n"
1528 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());