Home | History | Annotate | Download | only in functional

Lines Matching defs:args

229 	map<string, string>			args;
230 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
271 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args))
272 << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));