Home | History | Annotate | Download | only in functional

Lines Matching full:uniform

218 		samplersStr += string("") + "uniform highp " + glu::getDataTypeName(samplerTypes[ndx]) + " " + samplerName + ";\n";
219 matricesStr += "uniform highp mat4 " + transformationName + ";\n";
220 scalesStr += "uniform highp vec4 " + scaleName + ";\n";
221 biasesStr += "uniform highp vec4 " + biasName + ";\n";
265 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);
266 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT4);
267 decl << sglr::pdec::Uniform(scaleName, glu::TYPE_FLOAT_VEC4);
268 decl << sglr::pdec::Uniform(biasName, glu::TYPE_FLOAT_VEC4);