Home | History | Annotate | Download | only in functional

Lines Matching defs:args

75 	std::map<std::string, std::string> args;
77 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_300_ES);
79 return tcu::StringTemplate(source).specialize(args);