Home | History | Annotate | Download | only in functional

Lines Matching refs:rootName

850 		string			rootName;	//!< If this is a member of a basic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
865 , rootName (rootName_ == DE_NULL ? name_ : rootName_)
1385 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name;