Lines Matching refs:args

127 	map<string, string>			args;
128 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
140 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args))
141 << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));
154 map<string, string> args;
155 args["GLSL_VERSION_STRING"] = getGLSLVersionDeclaration(glu::GLSL_VERSION_100_ES);
167 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args))
168 << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));
179 map<string, string> args;
180 args["GLSL_VERSION_STRING"] = getGLSLVersionDeclaration(glu::GLSL_VERSION_100_ES);
193 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args))
194 << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));
210 map<string, string> args;
211 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
225 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args))
226 << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));
242 map<string, string> args;
243 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
254 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args))
255 << glu::FragmentSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)));