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