Lines Matching refs:samplerName
143 string samplerName = "u_sampler" + ndxStr;
148 samplersStr += string("") + "uniform mediump " + samplerType + " " + samplerName + ";\n";
156 lookupsStr += "\tcolor += " + colorMultiplier + "*" + lookupFunc + "(" + samplerName + ", " + lookupCoord + ");\n";
183 string samplerName = "u_sampler" + de::toString(ndx);
186 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));