Home | History | Annotate | Download | only in glshared

Lines Matching refs:outVarName

306 		const std::string			outVarName	= outputPrefix + output.name;
307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
339 decl.name = outVarName + "_" + de::toString(vecNdx);