Home | History | Annotate | Download | only in functional

Lines Matching full:vertexparams

625 	map<string, string> vertexParams;
627 vertexParams["PRECISION"] = glu::getPrecisionName(precision);
628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
630 return tcu::StringTemplate(vertexTmpl).specialize(vertexParams);