Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1299 for (const auto &attributeIter : attribs) in ValidateCreateSyncBase() local
1301 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase()
2370 for (const auto &attributeIter : attributes) in ValidateCreateWindowSurface() local
2372 EGLAttrib attribute = attributeIter.first; in ValidateCreateWindowSurface()
2373 EGLAttrib value = attributeIter.second; in ValidateCreateWindowSurface()
2542 for (const auto &attributeIter : attributes) in ValidateCreatePbufferSurface() local
2544 EGLAttrib attribute = attributeIter.first; in ValidateCreatePbufferSurface()
2545 EGLAttrib value = attributeIter.second; in ValidateCreatePbufferSurface()
2664 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreatePbufferFromClientBuffer() local
2665 attributeIter != attributes.end(); attributeIter++) in ValidateCreatePbufferFromClientBuffer()
[all …]
DProgram.cpp3843 for (auto attributeIter = mState.mExecutable->getProgramInputs().begin(); in linkAttributes() local
3844 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()