Home | History | Annotate | Download | only in functional

Lines Matching refs:fullPath

507 				glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size());
509 std::copy(varPath.begin(), varPath.end(), fullPath.begin());
510 std::copy(iter.getPath().begin(), iter.getPath().end(), fullPath.begin()+varPath.size());
512 string attribName = getAttributeName(varName.c_str(), fullPath);