Home
last modified time | relevance | path

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

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