Searched refs:pathComp (Results 1 – 2 of 2) sorted by relevance
1011 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getAPIName() local1013 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1015 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()1018 name << "." << structPtr->getMember(pathComp->index).getName(); in getAPIName()1020 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName()1022 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()1025 name << "[" << pathComp->index << "]"; in getAPIName()1052 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getShaderName() local1054 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()1056 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()[all …]
1052 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getAPIName() local1054 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1056 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()1059 name << "." << structPtr->getMember(pathComp->index).getName(); in getAPIName()1061 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName()1063 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()1066 name << "[" << pathComp->index << "]"; in getAPIName()1093 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getShaderName() local1095 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()1097 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()[all …]