Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerName

212 		string samplerName			= "u_sampler" + ndxStr;
217 samplersStr += string("") + "uniform highp " + glu::getDataTypeName(samplerTypes[ndx]) + " " + samplerName + ";\n";
229 lookupsStr += "\tcolor += " + colorMultiplier + "*(vec4(texture(" + samplerName + ", " + lookupCoord + "))*" + scaleName + " + " + biasName + ");\n";
259 string samplerName = "u_sampler" + de::toString(ndx);
264 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);