annotate R/rdyncall/inst/dynports/EGL.R @ 15:1673ab696715

- erlang binding ToDo update in readme
author cslag
date Sat, 26 Mar 2016 16:09:41 +0100
parents 0cfcc391201f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 dynbind("EGL","
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 eglBindAPI(I)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 eglBindTexImage(*v*vi)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 eglChooseConfig(*v*i**vi*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 eglCopyBuffers(*v*v*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6 eglCreateContext(*v*v*v*i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7 eglCreatePbufferFromClientBuffer(*vI*v*v*i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
8 eglCreatePbufferSurface(*v*v*i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
9 eglCreatePixmapSurface(*v*v*v*i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
10 eglCreateWindowSurface(*v*vi*i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
11 eglDestroyContext(*v*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
12 eglDestroySurface(*v*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
13 eglGetConfigAttrib(*v*vi*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
14 eglGetConfigs(*v**vi*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
15 eglGetCurrentContext()*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
16 eglGetCurrentDisplay()*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
17 eglGetCurrentSurface(i)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
18 eglGetDisplay(*v)*v;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
19 eglGetError()i;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
20 eglGetProcAddress(*c)*p;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
21 eglInitialize(*v*i*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
22 eglMakeCurrent(*v*v*v*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
23 eglQueryAPI()I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
24 eglQueryContext(*v*vi*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
25 eglQueryString(*vi)*c;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
26 eglQuerySurface(*v*vi*i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
27 eglReleaseTexImage(*v*vi)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
28 eglReleaseThread()I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
29 eglSurfaceAttrib(*v*vii)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
30 eglSwapBuffers(*v*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
31 eglSwapInterval(*vi)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
32 eglTerminate(*v)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
33 eglWaitClient()I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
34 eglWaitGL()I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
35 eglWaitNative(i)I;
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
36 ")
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
37 EGL_ALPHA_MASK_SIZE=0x303E
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
38 EGL_ALPHA_SIZE=0x3021
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
39 #EGLAPI=
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
40 #EGLAPIENTRY=
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
41 #EGLAPIENTRYP=EGLAPIENTRY *
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
42 EGL_BACK_BUFFER=0x3084
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
43 EGL_BAD_ACCESS=0x3002
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
44 EGL_BAD_ALLOC=0x3003
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
45 EGL_BAD_ATTRIBUTE=0x3004
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
46 EGL_BAD_CONFIG=0x3005
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
47 EGL_BAD_CONTEXT=0x3006
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
48 EGL_BAD_CURRENT_SURFACE=0x3007
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
49 EGL_BAD_DISPLAY=0x3008
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
50 EGL_BAD_MATCH=0x3009
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
51 EGL_BAD_NATIVE_PIXMAP=0x300A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
52 EGL_BAD_NATIVE_WINDOW=0x300B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
53 EGL_BAD_PARAMETER=0x300C
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
54 EGL_BAD_SURFACE=0x300D
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
55 EGL_BIND_TO_TEXTURE_RGB=0x3039
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
56 EGL_BIND_TO_TEXTURE_RGBA=0x303A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
57 EGL_BLUE_SIZE=0x3022
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
58 EGL_BUFFER_DESTROYED=0x3095
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
59 EGL_BUFFER_PRESERVED=0x3094
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
60 EGL_BUFFER_SIZE=0x3020
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
61 EGL_CLIENT_APIS=0x308D
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
62 EGL_COLOR_BUFFER_TYPE=0x303F
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
63 EGL_CONFIG_CAVEAT=0x3027
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
64 EGL_CONFIG_ID=0x3028
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
65 EGL_CONFORMANT=0x3042
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
66 EGL_CONTEXT_CLIENT_TYPE=0x3097
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
67 EGL_CONTEXT_CLIENT_VERSION=0x3098
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
68 EGL_CONTEXT_LOST=0x300E
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
69 EGL_CORE_NATIVE_ENGINE=0x305B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
70 #EGL_DEFAULT_DISPLAY=((EGLNativeDisplayType)0)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
71 EGL_DEFAULT_DISPLAY=0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
72 EGL_DEPTH_SIZE=0x3025
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
73 EGL_DISPLAY_SCALING=10000
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
74 #EGL_DONT_CARE=((EGLint)-1)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
75 EGL_DONT_CARE=-1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
76 EGL_DRAW=0x3059
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
77 EGL_EXTENSIONS=0x3055
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
78 EGL_FALSE=0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
79 EGL_GREEN_SIZE=0x3023
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
80 EGL_HEIGHT=0x3056
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
81 EGL_HORIZONTAL_RESOLUTION=0x3090
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
82 EGL_LARGEST_PBUFFER=0x3058
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
83 EGL_LEVEL=0x3029
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
84 EGL_LUMINANCE_BUFFER=0x308F
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
85 EGL_LUMINANCE_SIZE=0x303D
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
86 EGL_MATCH_NATIVE_PIXMAP=0x3041
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
87 EGL_MAX_PBUFFER_HEIGHT=0x302A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
88 EGL_MAX_PBUFFER_PIXELS=0x302B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
89 EGL_MAX_PBUFFER_WIDTH=0x302C
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
90 EGL_MAX_SWAP_INTERVAL=0x303C
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
91 EGL_MIN_SWAP_INTERVAL=0x303B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
92 EGL_MIPMAP_LEVEL=0x3083
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
93 EGL_MIPMAP_TEXTURE=0x3082
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
94 EGL_MULTISAMPLE_RESOLVE=0x3099
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
95 EGL_MULTISAMPLE_RESOLVE_BOX=0x309B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
96 EGL_MULTISAMPLE_RESOLVE_BOX_BIT=0x0200
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
97 EGL_MULTISAMPLE_RESOLVE_DEFAULT=0x309A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
98 EGL_NATIVE_RENDERABLE=0x302D
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
99 EGL_NATIVE_VISUAL_ID=0x302E
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
100 EGL_NATIVE_VISUAL_TYPE=0x302F
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
101 #EGL_NO_CONTEXT=((EGLContext)0)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
102 #EGL_NO_DISPLAY=((EGLDisplay)0)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
103 EGL_NO_CONTEXT=0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
104 EGL_NO_DISPLAY=0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
105 EGL_NON_CONFORMANT_CONFIG=0x3051
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
106 EGL_NONE=0x3038
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
107 #EGL_NO_SURFACE=((EGLSurface)0)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
108 EGL_NO_SURFACE=0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
109 EGL_NO_TEXTURE=0x305C
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
110 EGL_NOT_INITIALIZED=0x3001
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
111 EGL_OPENGL_API=0x30A2
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
112 EGL_OPENGL_BIT=0x0008
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
113 EGL_OPENGL_ES2_BIT=0x0004
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
114 EGL_OPENGL_ES_API=0x30A0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
115 EGL_OPENGL_ES_BIT=0x0001
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
116 EGL_OPENVG_API=0x30A1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
117 EGL_OPENVG_BIT=0x0002
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
118 EGL_OPENVG_IMAGE=0x3096
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
119 EGL_PBUFFER_BIT=0x0001
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
120 EGL_PIXEL_ASPECT_RATIO=0x3092
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
121 EGL_PIXMAP_BIT=0x0002
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
122 EGL_PRESERVED_RESOURCES=0x3030
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
123 EGL_READ=0x305A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
124 EGL_RED_SIZE=0x3024
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
125 EGL_RENDERABLE_TYPE=0x3040
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
126 EGL_RENDER_BUFFER=0x3086
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
127 EGL_RGB_BUFFER=0x308E
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
128 EGL_SAMPLE_BUFFERS=0x3032
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
129 EGL_SAMPLES=0x3031
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
130 EGL_SINGLE_BUFFER=0x3085
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
131 EGL_SLOW_CONFIG=0x3050
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
132 EGL_STENCIL_SIZE=0x3026
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
133 EGL_SUCCESS=0x3000
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
134 EGL_SURFACE_TYPE=0x3033
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
135 EGL_SWAP_BEHAVIOR=0x3093
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
136 EGL_SWAP_BEHAVIOR_PRESERVED_BIT=0x0400
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
137 EGL_TEXTURE_2D=0x305F
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
138 EGL_TEXTURE_FORMAT=0x3080
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
139 EGL_TEXTURE_RGB=0x305D
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
140 EGL_TEXTURE_RGBA=0x305E
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
141 EGL_TEXTURE_TARGET=0x3081
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
142 EGL_TRANSPARENT_BLUE_VALUE=0x3035
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
143 EGL_TRANSPARENT_GREEN_VALUE=0x3036
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
144 EGL_TRANSPARENT_RED_VALUE=0x3037
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
145 EGL_TRANSPARENT_RGB=0x3052
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
146 EGL_TRANSPARENT_TYPE=0x3034
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
147 EGL_TRUE=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
148 #EGL_UNKNOWN=((EGLint)-1)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
149 EGL_UNKNOWN=-1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
150 EGL_VENDOR=0x3053
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
151 EGL_VERSION=0x3054
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
152 EGL_VERSION_1_0=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
153 EGL_VERSION_1_1=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
154 EGL_VERSION_1_2=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
155 EGL_VERSION_1_3=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
156 EGL_VERSION_1_4=1
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
157 EGL_VERTICAL_RESOLUTION=0x3091
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
158 EGL_VG_ALPHA_FORMAT=0x3088
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
159 EGL_VG_ALPHA_FORMAT_NONPRE=0x308B
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
160 EGL_VG_ALPHA_FORMAT_PRE=0x308C
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
161 EGL_VG_ALPHA_FORMAT_PRE_BIT=0x0040
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
162 EGL_VG_COLORSPACE=0x3087
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
163 EGL_VG_COLORSPACE_LINEAR=0x308A
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
164 EGL_VG_COLORSPACE_LINEAR_BIT=0x0020
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
165 EGL_VG_COLORSPACE_sRGB=0x3089
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
166 EGL_WIDTH=0x3057
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
167 EGL_WINDOW_BIT=0x0004
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
168 EGL_COLORSPACE=EGL_VG_COLORSPACE
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
169 EGL_COLORSPACE_LINEAR=EGL_VG_COLORSPACE_LINEAR
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
170 EGL_COLORSPACE_sRGB=EGL_VG_COLORSPACE_sRGB
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
171 EGL_ALPHA_FORMAT=EGL_VG_ALPHA_FORMAT
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
172 EGL_ALPHA_FORMAT_NONPRE=EGL_VG_ALPHA_FORMAT_NONPRE
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
173 EGL_ALPHA_FORMAT_PRE=EGL_VG_ALPHA_FORMAT_PRE