Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp325 …for (glu::BasicTypeIterator subTypeIter = glu::BasicTypeIterator::begin(&uniformInfo.type); subTyp… in genShaderSources()
390 …for (glu::BasicTypeIterator subTypeIter = glu::BasicTypeIterator::begin(&uniformInfo.type); subTyp… in verifyLocations()
560 …for (glu::BasicTypeIterator subTypeIter = glu::BasicTypeIterator::begin(&uniformInfo.type); subTyp… in render()
Des31fTessellationTests.cpp5805 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); in basicSubobjectAtIndex()
5806 basicIt != glu::BasicTypeIterator::end(&type); in basicSubobjectAtIndex()
5825 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&membType); in basicSubobjectAtIndex()
5826 basicIt != glu::BasicTypeIterator::end(&membType); in basicSubobjectAtIndex()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp304 …for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); basicIt != glu::BasicT… in basicSubobjectAtIndex()
420 …for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&membType); basicIt != glu::Ba… in basicSubobjectAtIndex()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator; typedef