Home
last modified time | relevance | path

Searched refs:CreateFromAttribArray (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DAttributeMap.h60 static AttributeMap CreateFromAttribArray(const EGLAttrib *attributes);
DAttributeMap.cpp98 AttributeMap AttributeMap::CreateFromAttribArray(const EGLAttrib *attributes) in CreateFromAttribArray() function in egl::AttributeMap
DvalidationEGL.h128 return AttributeMap::CreateFromAttribArray(attribs);
/external/angle/src/libGL/
Dentry_points_wgl.cpp134 const auto &attribMapDisplay = AttributeMap::CreateFromAttribArray(displayAttributes.data()); in wglCreateContext()