Lines Matching defs:args
874 map<string, string> args;
875 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
877 return glu::VertexSource(tcu::StringTemplate(vertexSource).specialize(args));
974 map<string, string> args;
975 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
976 args["GLSL_EXTENSION"] = isES32 ? "\n" : "#extension GL_KHR_blend_equation_advanced : require\n";
978 return glu::FragmentSource(tcu::StringTemplate(stream.str()).specialize(args));