1{
2    "description": [
3        "Copyright 2020 The ANGLE Project Authors. All rights reserved.",
4        "Use of this source code is governed by a BSD-style license that can be",
5        "found in the LICENSE file.",
6        "",
7        "entry_point_packed_egl_enums.json: Metadata for packing entry point params.",
8        "",
9        "Note that all entry points have their suffixes stripped in this file.",
10        "These enums are used by generate_entry_points.py."
11    ],
12    "eglChooseConfig": {
13        "attrib_list": "const AttributeMap &"
14    },
15    "eglCreateContext": {
16        "attrib_list": "const AttributeMap &"
17    },
18    "eglCreateImage": {
19        "attrib_list": "const AttributeMap &"
20    },
21    "eglCreateNativeClientBuffer": {
22        "attrib_list": "const AttributeMap &"
23    },
24    "eglCreatePbufferSurface": {
25        "attrib_list": "const AttributeMap &"
26    },
27    "eglCreatePixmapSurface": {
28        "attrib_list": "const AttributeMap &"
29    },
30    "eglCreatePbufferFromClientBuffer": {
31        "attrib_list": "const AttributeMap &"
32    },
33    "eglCreatePlatformPixmapSurface": {
34        "attrib_list": "const AttributeMap &"
35    },
36    "eglCreatePlatformWindowSurface": {
37        "attrib_list": "const AttributeMap &"
38    },
39    "eglCreateStream": {
40        "attrib_list": "const AttributeMap &"
41    },
42    "eglCreateStreamProducerD3DTexture": {
43        "attrib_list": "const AttributeMap &"
44    },
45    "eglCreateSync": {
46        "attrib_list": "const AttributeMap &"
47    },
48    "eglCreateWindowSurface": {
49        "attrib_list": "const AttributeMap &"
50    },
51    "eglDebugMessageControl": {
52        "attrib_list": "const AttributeMap &"
53    },
54    "eglGetCompositorTimingSupported": {
55        "name": "CompositorTiming"
56    },
57    "eglGetFrameTimestampSupported": {
58        "timestamp": "Timestamp"
59    },
60    "eglGetPlatformDisplay": {
61        "attrib_list": "const AttributeMap &"
62    },
63    "eglLabelObject": {
64        "objectType": "ObjectType"
65    },
66    "eglStreamConsumerGLTextureExternalAttribsNV": {
67        "attrib_list": "const AttributeMap &"
68    },
69    "eglStreamPostD3DTexture": {
70        "attrib_list": "const AttributeMap &"
71    }
72}