Searched refs:basicIt (Results 1 – 1 of 1) sorted by relevance
5795 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); in basicSubobjectAtIndex() local5796 basicIt != glu::BasicTypeIterator::end(&type); in basicSubobjectAtIndex()5797 ++basicIt) in basicSubobjectAtIndex()5800 return m_name + de::toString(glu::TypeAccessFormat(type, basicIt.getPath())); in basicSubobjectAtIndex()5815 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&membType); in basicSubobjectAtIndex() local5816 basicIt != glu::BasicTypeIterator::end(&membType); in basicSubobjectAtIndex()5817 ++basicIt) in basicSubobjectAtIndex()5820 …]." + m_members[memberNdx].name + de::toString(glu::TypeAccessFormat(membType, basicIt.getPath())); in basicSubobjectAtIndex()