Searched refs:basicIt (Results 1 – 1 of 1) sorted by relevance
5805 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); in basicSubobjectAtIndex() local5806 basicIt != glu::BasicTypeIterator::end(&type); in basicSubobjectAtIndex()5807 ++basicIt) in basicSubobjectAtIndex()5810 return m_name + de::toString(glu::TypeAccessFormat(type, basicIt.getPath())); in basicSubobjectAtIndex()5825 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&membType); in basicSubobjectAtIndex() local5826 basicIt != glu::BasicTypeIterator::end(&membType); in basicSubobjectAtIndex()5827 ++basicIt) in basicSubobjectAtIndex()5830 …]." + m_members[memberNdx].name + de::toString(glu::TypeAccessFormat(membType, basicIt.getPath())); in basicSubobjectAtIndex()