Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_wgl.cpp146 AttributeMap attribMapConfig = AttributeMap::CreateFromIntArray(configAttributes); in wglCreateContext()
155 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
169 AttributeMap ctxAttributes = AttributeMap::CreateFromIntArray(contextAttibutes); in wglCreateContext()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DAttributeMap.h58 static AttributeMap CreateFromIntArray(const EGLint *attributes);
DAttributeMap.cpp82 AttributeMap AttributeMap::CreateFromIntArray(const EGLint *attributes) in CreateFromIntArray() function in egl::AttributeMap
DvalidationEGL.cpp3716 const auto &attribMap = AttributeMap::CreateFromIntArray(attrib_list); in ValidateGetPlatformDisplayEXT()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_egl.cpp203 AttributeMap attribMap = AttributeMap::CreateFromIntArray(attrib_list); in EGL_ChooseConfig()
253 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateWindowSurface()
280 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePbufferSurface()
378 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateContext()
751 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePbufferFromClientBuffer()
944 AttributeMap attributes = AttributeMap::CreateFromIntArray((const EGLint *)attrib_list); in EGL_CreateImage()
Dentry_points_egl_ext.cpp187 const auto &attribMap = AttributeMap::CreateFromIntArray(attrib_list); in EGL_GetPlatformDisplayEXT()
220 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePlatformWindowSurfaceEXT()
247 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreatePlatformPixmapSurfaceEXT()
428 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateImageKHR()
533 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateStreamKHR()
910 AttributeMap attributes = AttributeMap::CreateFromIntArray(attrib_list); in EGL_CreateSyncKHR()