Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_wgl.cpp149 AttributeMap attribMapConfig = AttributeMap::CreateFromIntArray(configAttributes); in wglCreateContext()
159 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
174 AttributeMap ctxAttributes = AttributeMap::CreateFromIntArray(contextAttibutes); in wglCreateContext()
/external/angle/src/libANGLE/
DAttributeMap.h83 static AttributeMap CreateFromIntArray(const EGLint *attributes);
DAttributeMap.cpp128 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray() function in egl::AttributeMap
DvalidationEGL.h135 return AttributeMap::CreateFromIntArray(attribs); in PackParam()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp7651 egl::AttributeMap::CreateFromIntArray); in maybeCapturePreCallUpdates()