Lines Matching refs:attributeIter
1156 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateContext() local
1157 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() local
1476 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() local
1594 attributeIter != attributes.end(); attributeIter++) in ValidateCreatePbufferSurface()
1596 EGLAttrib attribute = attributeIter->first; in ValidateCreatePbufferSurface()
1597 EGLAttrib value = attributeIter->second; in ValidateCreatePbufferSurface()
1759 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreatePbufferFromClientBuffer() local
1760 attributeIter != attributes.end(); attributeIter++) in ValidateCreatePbufferFromClientBuffer()
1762 EGLAttrib attribute = attributeIter->first; in ValidateCreatePbufferFromClientBuffer()
1763 EGLAttrib value = attributeIter->second; in ValidateCreatePbufferFromClientBuffer()
2139 for (AttributeMap::const_iterator attributeIter = attributes.begin(); in ValidateCreateImage() local
2140 attributeIter != attributes.end(); attributeIter++) in ValidateCreateImage()
2142 EGLAttrib attribute = attributeIter->first; in ValidateCreateImage()
2143 EGLAttrib value = attributeIter->second; in ValidateCreateImage()
2710 for (const auto &attributeIter : attribs) in ValidateCreateSyncBase() local
2712 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase()
2892 for (const auto &attributeIter : attributes) in ValidateCreateStreamKHR() local
2894 EGLAttrib attribute = attributeIter.first; in ValidateCreateStreamKHR()
2895 EGLAttrib value = attributeIter.second; in ValidateCreateStreamKHR()
3138 for (const auto &attributeIter : attribs) in ValidateStreamConsumerGLTextureExternalAttribsNV() local
3140 EGLAttrib attribute = attributeIter.first; in ValidateStreamConsumerGLTextureExternalAttribsNV()
3141 EGLAttrib value = attributeIter.second; in ValidateStreamConsumerGLTextureExternalAttribsNV()
3311 for (auto &attributeIter : attribs) in ValidateStreamPostD3DTextureANGLE() local
3313 EGLAttrib attribute = attributeIter.first; in ValidateStreamPostD3DTextureANGLE()
3314 EGLAttrib value = attributeIter.second; in ValidateStreamPostD3DTextureANGLE()