Home | History | Annotate | Download | only in functional

Lines Matching refs:varyingName

299 static std::string getAttributeName (const char* varyingName, const glu::TypeComponentVector& path)
303 str << "a_" << (deStringBeginsWith(varyingName, "v_") ? varyingName+2 : varyingName);