Home | History | Annotate | Download | only in glshared

Lines Matching refs:intType

101 			const glu::VarType		intType		(intBaseType, glu::PRECISION_HIGHP);
103 src << "flat " << out << " " << glu::declare(intType, "o_" + output->name) << ";\n";
176 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP);
178 src << "flat out " << glu::declare(intType, "o_" + output->name) << ";\n";
310 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP);
312 decl.varType = intType;