Searched refs:attributeIter (Results 1 – 2 of 2) sorted by relevance
1278 for (const auto &attributeIter : attribs) in ValidateCreateSyncBase() local1280 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase()1642 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateContext() local1643 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() local2121 EGLAttrib attribute = attributeIter.first; in ValidateCreateWindowSurface()2122 EGLAttrib value = attributeIter.second; in ValidateCreateWindowSurface()2283 for (const auto &attributeIter : attributes) in ValidateCreatePbufferSurface() local[all …]
3836 for (auto attributeIter = mState.mExecutable->getProgramInputs().begin(); in linkAttributes() local3837 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()