Home
last modified time | relevance | path

Searched refs:basicIt (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5805 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); in basicSubobjectAtIndex() local
5806 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() local
5826 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()