Files
rk35xx-android14/external/angle/scripts/entry_point_packed_egl_enums.json
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

76 lines
2.2 KiB
JSON

{
"description": [
"Copyright 2020 The ANGLE Project Authors. All rights reserved.",
"Use of this source code is governed by a BSD-style license that can be",
"found in the LICENSE file.",
"",
"entry_point_packed_egl_enums.json: Metadata for packing entry point params.",
"",
"Note that all entry points have their suffixes stripped in this file.",
"These enums are used by generate_entry_points.py."
],
"eglChooseConfig": {
"attrib_list": "const AttributeMap &"
},
"eglCreateContext": {
"attrib_list": "const AttributeMap &"
},
"eglCreateImage": {
"attrib_list": "const AttributeMap &"
},
"eglCreateNativeClientBuffer": {
"attrib_list": "const AttributeMap &"
},
"eglCreatePbufferSurface": {
"attrib_list": "const AttributeMap &"
},
"eglCreatePixmapSurface": {
"attrib_list": "const AttributeMap &"
},
"eglCreatePbufferFromClientBuffer": {
"attrib_list": "const AttributeMap &"
},
"eglCreatePlatformPixmapSurface": {
"attrib_list": "const AttributeMap &"
},
"eglCreatePlatformWindowSurface": {
"attrib_list": "const AttributeMap &"
},
"eglCreateStream": {
"attrib_list": "const AttributeMap &"
},
"eglCreateStreamProducerD3DTexture": {
"attrib_list": "const AttributeMap &"
},
"eglCreateSync": {
"attrib_list": "const AttributeMap &"
},
"eglCreateWindowSurface": {
"attrib_list": "const AttributeMap &"
},
"eglDebugMessageControl": {
"attrib_list": "const AttributeMap &"
},
"eglGetCompositorTimingSupported": {
"name": "CompositorTiming"
},
"eglGetFrameTimestampSupported": {
"timestamp": "Timestamp"
},
"eglGetPlatformDisplay": {
"attrib_list": "const AttributeMap &"
},
"eglLabelObject": {
"objectType": "ObjectType"
},
"eglLockSurface": {
"attrib_list": "const AttributeMap &"
},
"eglStreamConsumerGLTextureExternalAttribsNV": {
"attrib_list": "const AttributeMap &"
},
"eglStreamPostD3DTexture": {
"attrib_list": "const AttributeMap &"
}
}