Searched refs:attributeIter (Results 1 – 2 of 2) sorted by relevance
1299 for (const auto &attributeIter : attribs) in ValidateCreateSyncBase() local1301 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase()2370 for (const auto &attributeIter : attributes) in ValidateCreateWindowSurface() local2372 EGLAttrib attribute = attributeIter.first; in ValidateCreateWindowSurface()2373 EGLAttrib value = attributeIter.second; in ValidateCreateWindowSurface()2542 for (const auto &attributeIter : attributes) in ValidateCreatePbufferSurface() local2544 EGLAttrib attribute = attributeIter.first; in ValidateCreatePbufferSurface()2545 EGLAttrib value = attributeIter.second; in ValidateCreatePbufferSurface()2664 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreatePbufferFromClientBuffer() local2665 attributeIter != attributes.end(); attributeIter++) in ValidateCreatePbufferFromClientBuffer()[all …]
3843 for (auto attributeIter = mState.mExecutable->getProgramInputs().begin(); in linkAttributes() local3844 attributeIter != mState.mExecutable->getProgramInputs().end();) in linkAttributes()3846 if (attributeIter->active) in linkAttributes()3848 ++attributeIter; in linkAttributes()3852 attributeIter = mState.mExecutable->mProgramInputs.erase(attributeIter); in linkAttributes()