Searched refs:vertexParams (Results 1 – 4 of 4) sorted by relevance
186 map<string, string> vertexParams; in initPrograms() local211 …vertexParams["VARYING_OUT"] += "layout(location = " + de::toString(loc) + ") out highp " + vary… in initPrograms()212 …vertexParams["VARYING_DECL"] += " o_color" + de::toString(loc) + " = " + varyingType + "(… in initPrograms()217 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplate.specialize(vertexParams)); in initPrograms()
2142 map<string, string> vertexParams; in initPrograms() local2170 vertexParams["VARYING_DECL"] = in initPrograms()2175 vertexParams["VARYING_USAGE"] = in initPrograms()2202 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplate.specialize(vertexParams)); in initPrograms()
808 map<string, string> vertexParams; in genVertexSource() local812 vertexParams["PRECISION"] = glu::getPrecisionName(precision); in genVertexSource()813 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType); in genVertexSource()816 return tcu::StringTemplate(vertexTmpl).specialize(vertexParams); in genVertexSource()
654 map<string, string> vertexParams; in genVertexSource() local656 vertexParams["PRECISION"] = glu::getPrecisionName(precision); in genVertexSource()657 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType); in genVertexSource()659 return tcu::StringTemplate(vertexTmpl).specialize(vertexParams); in genVertexSource()