Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerNdx

244 	for (int samplerNdx = 0; samplerNdx < (int)samplerTypes.size(); samplerNdx++)
246 src << "uniform " << precision << " " << glu::getDataTypeName(samplerTypes[samplerNdx]) << " u_sampler" << samplerNdx << ";\n";
247 src << "uniform " << precision << " vec4 u_texScale" << samplerNdx << ";\n";
248 src << "uniform " << precision << " vec4 u_texBias" << samplerNdx << ";\n";