Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_wgl.cpp148 AttributeMap attribMapConfig = AttributeMap::CreateFromIntArray(configAttributes); in wglCreateContext()
157 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
171 AttributeMap ctxAttributes = AttributeMap::CreateFromIntArray(contextAttibutes); in wglCreateContext()
/external/angle/src/libANGLE/
DAttributeMap.h59 static AttributeMap CreateFromIntArray(const EGLint *attributes);
DAttributeMap.cpp84 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray() function in egl::AttributeMap
DvalidationEGL.h118 return AttributeMap::CreateFromIntArray(attribs);