Home | History | Annotate | Download | only in functional

Lines Matching full:varname

913 	// Generates the basic uniforms, based on the uniform with name varName and type varType, in the same manner as are expected
918 const char* varName,
1000 void UniformCase::generateBasicUniforms (vector<BasicUniform>& basicUniformsDst, vector<BasicUniformReportRef>& basicUniformReportsDst, const glu::VarType& varType, const char* const varName, const bool isParentActive, int& samplerUnitCounter, Random& rnd) const
1009 basicUniformsDst.push_back(BasicUniform(varName, varType.getBasicType(), isActive, value));
1010 basicUniformReportsDst.push_back(BasicUniformReportRef(varName, varType.getBasicType(), isActive));
1015 const string arrayRootName = string("") + varName + "[0]";
1020 const string indexedName = string("") + varName + "[" + de::toString(elemNdx) + "]";
1057 const string memberFullName = string("") + varName + "." + member.getName();