Searched refs:CreateFromAttribArray (Results 1 – 4 of 4) sorted by relevance
74 static AttributeMap CreateFromAttribArray(const EGLAttrib *attributes);
136 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray() function in egl::AttributeMap
129 return AttributeMap::CreateFromAttribArray(attribs);
133 const auto &attribMapDisplay = AttributeMap::CreateFromAttribArray(displayAttributes.data()); in wglCreateContext()