Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationEGL.cpp1278 for (const auto &attributeIter : attribs) in ValidateCreateSyncBase() local
1280 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase()
1642 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateContext() local
1643 attributeIter != attributes.end(); attributeIter++) in ValidateCreateContext()
1645 EGLAttrib attribute = attributeIter->first; in ValidateCreateContext()
1646 EGLAttrib value = attributeIter->second; in ValidateCreateContext()
2119 for (const auto &attributeIter : attributes) in ValidateCreateWindowSurface() local
2121 EGLAttrib attribute = attributeIter.first; in ValidateCreateWindowSurface()
2122 EGLAttrib value = attributeIter.second; in ValidateCreateWindowSurface()
2283 for (const auto &attributeIter : attributes) in ValidateCreatePbufferSurface() local
[all …]
DProgram.cpp3836 for (auto attributeIter = mState.mExecutable->getProgramInputs().begin(); in linkAttributes() local
3837 attributeIter != mState.mExecutable->getProgramInputs().end();) in linkAttributes()
3839 if (attributeIter->active) in linkAttributes()
3841 ++attributeIter; in linkAttributes()
3845 attributeIter = mState.mExecutable->mProgramInputs.erase(attributeIter); in linkAttributes()