Searched refs:pathComp (Results 1 – 2 of 2) sorted by relevance
1241 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getAPIName() local1243 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1245 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()1248 name << "." << structPtr->getMember(pathComp->index).getName(); in getAPIName()1250 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName()1252 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()1255 name << "[" << pathComp->index << "]"; in getAPIName()1282 …(glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.en… in getShaderName() local1284 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()1286 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 …]