Lines Matching full:attribname
350 string attribName = getAttributeName(name, vecIter.getPath());
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
393 string attribName = getAttributeName(name, vecIter.getPath());
398 vtx << "\t" << name << vecIter << " = " << attribName << ";\n";
512 string attribName = getAttributeName(varName.c_str(), fullPath);
513 const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName)));