Searched refs:attributeIter (Results 1 – 2 of 2) sorted by relevance
1156 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateContext() local1157 attributeIter != attributes.end(); attributeIter++) in ValidateCreateContext()1159 EGLAttrib attribute = attributeIter->first; in ValidateCreateContext()1160 EGLAttrib value = attributeIter->second; in ValidateCreateContext()1475 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateWindowSurface() local1476 attributeIter != attributes.end(); attributeIter++) in ValidateCreateWindowSurface()1478 EGLAttrib attribute = attributeIter->first; in ValidateCreateWindowSurface()1479 EGLAttrib value = attributeIter->second; in ValidateCreateWindowSurface()1593 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreatePbufferSurface() local1594 attributeIter != attributes.end(); attributeIter++) in ValidateCreatePbufferSurface()[all …]
3914 for (auto attributeIter = mState.mExecutable->getProgramInputs().begin(); in linkAttributes() local3915 attributeIter != mState.mExecutable->getProgramInputs().end();) in linkAttributes()3917 if (attributeIter->active) in linkAttributes()3919 ++attributeIter; in linkAttributes()3923 attributeIter = mState.mExecutable->mProgramInputs.erase(attributeIter); in linkAttributes()