111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#ifndef __gles1_gl_h_
211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define __gles1_gl_h_ 1
3e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
4e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#ifdef __cplusplus
5e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capensextern "C" {
6e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#endif
7e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
8e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens/*
911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** Copyright (c) 2013-2017 The Khronos Group Inc.
1011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens**
1111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** Permission is hereby granted, free of charge, to any person obtaining a
1211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** copy of this software and/or associated documentation files (the
1311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** "Materials"), to deal in the Materials without restriction, including
1411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** without limitation the rights to use, copy, modify, merge, publish,
1511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** distribute, sublicense, and/or sell copies of the Materials, and to
1611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** permit persons to whom the Materials are furnished to do so, subject to
1711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** the following conditions:
1811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens**
1911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** The above copyright notice and this permission notice shall be included
2011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** in all copies or substantial portions of the Materials.
2111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens**
2211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
2911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens*/
3011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens/*
3111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** This header is generated from the Khronos OpenGL / OpenGL ES XML
3211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** API Registry. The current version of the Registry, generator scripts
3311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens** used to make the header, and the header can be found at
3411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens**   https://github.com/KhronosGroup/OpenGL-Registry
3511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens*/
36e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
3711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#include <GLES/glplatform.h>
38e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
3911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens/* Generated on date 20180316 */
40e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
4111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens/* Generated C header for:
4211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * API: gles1
4311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Profile: common
4411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Versions considered: .*
4511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Versions emitted: .*
4611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Default extensions included: None
4711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Additional extensions included: ^(GL_OES_read_format|GL_OES_compressed_paletted_texture|GL_OES_point_size_array|GL_OES_point_sprite)$
4811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens * Extensions removed: _nomatch_^
4911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens */
50e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
5111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#ifndef GL_VERSION_ES_CM_1_0
5211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_VERSION_ES_CM_1_0 1
5311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#include <KHR/khrplatform.h>
5411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_int8_t GLbyte;
5511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_float_t GLclampf;
5611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef short GLshort;
5711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef unsigned short GLushort;
5811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef void GLvoid;
5911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef unsigned int GLenum;
6011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_float_t GLfloat;
6111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_int32_t GLfixed;
6211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef unsigned int GLuint;
6311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_ssize_t GLsizeiptr;
6411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_intptr_t GLintptr;
6511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef unsigned int GLbitfield;
6611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef int GLint;
6711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_uint8_t GLubyte;
6811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef unsigned char GLboolean;
6911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef int GLsizei;
7011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capenstypedef khronos_int32_t GLclampx;
7111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_VERSION_ES_CL_1_0              1
7211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_VERSION_ES_CM_1_1              1
7311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_VERSION_ES_CL_1_1              1
74e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_BUFFER_BIT               0x00000100
75e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_BUFFER_BIT             0x00000400
76e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_BUFFER_BIT               0x00004000
77e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FALSE                          0
78e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TRUE                           1
79e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINTS                         0x0000
80e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINES                          0x0001
81e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINE_LOOP                      0x0002
82e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINE_STRIP                     0x0003
83e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TRIANGLES                      0x0004
84e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TRIANGLE_STRIP                 0x0005
85e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TRIANGLE_FAN                   0x0006
86e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NEVER                          0x0200
87e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LESS                           0x0201
88e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EQUAL                          0x0202
89e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LEQUAL                         0x0203
90e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_GREATER                        0x0204
91e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NOTEQUAL                       0x0205
92e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_GEQUAL                         0x0206
93e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALWAYS                         0x0207
94e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ZERO                           0
95e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ONE                            1
96e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC_COLOR                      0x0300
97e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ONE_MINUS_SRC_COLOR            0x0301
98e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC_ALPHA                      0x0302
99e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ONE_MINUS_SRC_ALPHA            0x0303
100e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DST_ALPHA                      0x0304
101e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ONE_MINUS_DST_ALPHA            0x0305
102e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DST_COLOR                      0x0306
103e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ONE_MINUS_DST_COLOR            0x0307
104e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC_ALPHA_SATURATE             0x0308
105e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE0                    0x3000
106e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE1                    0x3001
107e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE2                    0x3002
108e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE3                    0x3003
109e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE4                    0x3004
110e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIP_PLANE5                    0x3005
111e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FRONT                          0x0404
112e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BACK                           0x0405
113e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FRONT_AND_BACK                 0x0408
114e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG                            0x0B60
115e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHTING                       0x0B50
116e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_2D                     0x0DE1
117e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CULL_FACE                      0x0B44
118e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA_TEST                     0x0BC0
119e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BLEND                          0x0BE2
120e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_LOGIC_OP                 0x0BF2
121e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DITHER                         0x0BD0
122e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_TEST                   0x0B90
123e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_TEST                     0x0B71
124e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_SMOOTH                   0x0B10
125e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINE_SMOOTH                    0x0B20
126e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SCISSOR_TEST                   0x0C11
127e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_MATERIAL                 0x0B57
128e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NORMALIZE                      0x0BA1
129e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RESCALE_NORMAL                 0x803A
130e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERTEX_ARRAY                   0x8074
131e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NORMAL_ARRAY                   0x8075
132e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_ARRAY                    0x8076
133e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY            0x8078
134e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MULTISAMPLE                    0x809D
135e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_ALPHA_TO_COVERAGE       0x809E
136e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_ALPHA_TO_ONE            0x809F
137e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_COVERAGE                0x80A0
138e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NO_ERROR                       0
139e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INVALID_ENUM                   0x0500
140e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INVALID_VALUE                  0x0501
141e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INVALID_OPERATION              0x0502
142e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STACK_OVERFLOW                 0x0503
143e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STACK_UNDERFLOW                0x0504
144e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OUT_OF_MEMORY                  0x0505
145e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EXP                            0x0800
146e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EXP2                           0x0801
147e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_DENSITY                    0x0B62
148e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_START                      0x0B63
149e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_END                        0x0B64
150e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_MODE                       0x0B65
151e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_COLOR                      0x0B66
152e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CW                             0x0900
153e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CCW                            0x0901
154e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CURRENT_COLOR                  0x0B00
155e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CURRENT_NORMAL                 0x0B02
156e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CURRENT_TEXTURE_COORDS         0x0B03
157e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_SIZE                     0x0B11
158e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_SIZE_MIN                 0x8126
159e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_SIZE_MAX                 0x8127
160e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_FADE_THRESHOLD_SIZE      0x8128
161e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_DISTANCE_ATTENUATION     0x8129
162e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SMOOTH_POINT_SIZE_RANGE        0x0B12
163e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINE_WIDTH                     0x0B21
164e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SMOOTH_LINE_WIDTH_RANGE        0x0B22
165e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALIASED_POINT_SIZE_RANGE       0x846D
166e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALIASED_LINE_WIDTH_RANGE       0x846E
167e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CULL_FACE_MODE                 0x0B45
168e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FRONT_FACE                     0x0B46
169e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SHADE_MODEL                    0x0B54
170e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_RANGE                    0x0B70
171e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_WRITEMASK                0x0B72
172e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_CLEAR_VALUE              0x0B73
173e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_FUNC                     0x0B74
174e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_CLEAR_VALUE            0x0B91
175e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_FUNC                   0x0B92
176e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_VALUE_MASK             0x0B93
177e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_FAIL                   0x0B94
178e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_PASS_DEPTH_FAIL        0x0B95
179e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_PASS_DEPTH_PASS        0x0B96
180e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_REF                    0x0B97
181e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_WRITEMASK              0x0B98
182e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MATRIX_MODE                    0x0BA0
183e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VIEWPORT                       0x0BA2
184e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MODELVIEW_STACK_DEPTH          0x0BA3
185e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PROJECTION_STACK_DEPTH         0x0BA4
186e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_STACK_DEPTH            0x0BA5
187e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MODELVIEW_MATRIX               0x0BA6
188e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PROJECTION_MATRIX              0x0BA7
189e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_MATRIX                 0x0BA8
190e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA_TEST_FUNC                0x0BC1
191e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA_TEST_REF                 0x0BC2
192e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BLEND_DST                      0x0BE0
193e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BLEND_SRC                      0x0BE1
194e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LOGIC_OP_MODE                  0x0BF0
195e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SCISSOR_BOX                    0x0C10
196e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_CLEAR_VALUE              0x0C22
197e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_WRITEMASK                0x0C23
198e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_LIGHTS                     0x0D31
199e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_CLIP_PLANES                0x0D32
200e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_TEXTURE_SIZE               0x0D33
201e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_MODELVIEW_STACK_DEPTH      0x0D36
202e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_PROJECTION_STACK_DEPTH     0x0D38
203e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_TEXTURE_STACK_DEPTH        0x0D39
204e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_VIEWPORT_DIMS              0x0D3A
205e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MAX_TEXTURE_UNITS              0x84E2
206e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SUBPIXEL_BITS                  0x0D50
207e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RED_BITS                       0x0D52
208e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_GREEN_BITS                     0x0D53
209e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BLUE_BITS                      0x0D54
210e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA_BITS                     0x0D55
211e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DEPTH_BITS                     0x0D56
212e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STENCIL_BITS                   0x0D57
213e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POLYGON_OFFSET_UNITS           0x2A00
214e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POLYGON_OFFSET_FILL            0x8037
215e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POLYGON_OFFSET_FACTOR          0x8038
216e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_BINDING_2D             0x8069
217e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERTEX_ARRAY_SIZE              0x807A
218e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERTEX_ARRAY_TYPE              0x807B
219e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERTEX_ARRAY_STRIDE            0x807C
220e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NORMAL_ARRAY_TYPE              0x807E
221e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NORMAL_ARRAY_STRIDE            0x807F
222e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_ARRAY_SIZE               0x8081
223e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_ARRAY_TYPE               0x8082
224e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_ARRAY_STRIDE             0x8083
225e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY_SIZE       0x8088
226e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY_TYPE       0x8089
227e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY_STRIDE     0x808A
228e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERTEX_ARRAY_POINTER           0x808E
229e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NORMAL_ARRAY_POINTER           0x808F
230e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COLOR_ARRAY_POINTER            0x8090
231e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY_POINTER    0x8092
232e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_BUFFERS                 0x80A8
233e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLES                        0x80A9
234e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_COVERAGE_VALUE          0x80AA
235e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SAMPLE_COVERAGE_INVERT         0x80AB
236e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2
237e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COMPRESSED_TEXTURE_FORMATS     0x86A3
238e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DONT_CARE                      0x1100
239e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FASTEST                        0x1101
240e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NICEST                         0x1102
241e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PERSPECTIVE_CORRECTION_HINT    0x0C50
242e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POINT_SMOOTH_HINT              0x0C51
243e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINE_SMOOTH_HINT               0x0C52
244e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FOG_HINT                       0x0C54
245e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_GENERATE_MIPMAP_HINT           0x8192
246e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT_MODEL_AMBIENT            0x0B53
247e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT_MODEL_TWO_SIDE           0x0B52
248e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_AMBIENT                        0x1200
249e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DIFFUSE                        0x1201
250e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SPECULAR                       0x1202
251e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_POSITION                       0x1203
252e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SPOT_DIRECTION                 0x1204
253e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SPOT_EXPONENT                  0x1205
254e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SPOT_CUTOFF                    0x1206
255e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CONSTANT_ATTENUATION           0x1207
256e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINEAR_ATTENUATION             0x1208
257e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_QUADRATIC_ATTENUATION          0x1209
258e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BYTE                           0x1400
259e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNSIGNED_BYTE                  0x1401
260e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SHORT                          0x1402
261e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNSIGNED_SHORT                 0x1403
262e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FLOAT                          0x1406
263e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FIXED                          0x140C
264e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLEAR                          0x1500
265e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_AND                            0x1501
266e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_AND_REVERSE                    0x1502
267e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COPY                           0x1503
268e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_AND_INVERTED                   0x1504
269e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NOOP                           0x1505
270e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_XOR                            0x1506
271e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OR                             0x1507
272e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NOR                            0x1508
273e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EQUIV                          0x1509
274e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INVERT                         0x150A
275e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OR_REVERSE                     0x150B
276e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COPY_INVERTED                  0x150C
277e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OR_INVERTED                    0x150D
278e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NAND                           0x150E
279e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SET                            0x150F
280e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EMISSION                       0x1600
281e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SHININESS                      0x1601
282e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_AMBIENT_AND_DIFFUSE            0x1602
283e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MODELVIEW                      0x1700
284e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PROJECTION                     0x1701
285e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE                        0x1702
286e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA                          0x1906
287e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RGB                            0x1907
288e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RGBA                           0x1908
289e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LUMINANCE                      0x1909
290e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LUMINANCE_ALPHA                0x190A
291e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNPACK_ALIGNMENT               0x0CF5
292e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PACK_ALIGNMENT                 0x0D05
293e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNSIGNED_SHORT_4_4_4_4         0x8033
294e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNSIGNED_SHORT_5_5_5_1         0x8034
295e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_UNSIGNED_SHORT_5_6_5           0x8363
296e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_FLAT                           0x1D00
297e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SMOOTH                         0x1D01
298e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_KEEP                           0x1E00
299e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_REPLACE                        0x1E01
300e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INCR                           0x1E02
301e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DECR                           0x1E03
302e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VENDOR                         0x1F00
303e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RENDERER                       0x1F01
304e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_VERSION                        0x1F02
305e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_EXTENSIONS                     0x1F03
306e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_MODULATE                       0x2100
307e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DECAL                          0x2101
308e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ADD                            0x0104
309e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_ENV_MODE               0x2200
310e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_ENV_COLOR              0x2201
311e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_ENV                    0x2300
312e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NEAREST                        0x2600
313e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINEAR                         0x2601
314e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NEAREST_MIPMAP_NEAREST         0x2700
315e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINEAR_MIPMAP_NEAREST          0x2701
316e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_NEAREST_MIPMAP_LINEAR          0x2702
317e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LINEAR_MIPMAP_LINEAR           0x2703
318e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_MAG_FILTER             0x2800
319e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_MIN_FILTER             0x2801
320e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_WRAP_S                 0x2802
321e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_WRAP_T                 0x2803
322e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_GENERATE_MIPMAP                0x8191
323e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE0                       0x84C0
324e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE1                       0x84C1
325e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE2                       0x84C2
326e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE3                       0x84C3
327e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE4                       0x84C4
328e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE5                       0x84C5
329e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE6                       0x84C6
330e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE7                       0x84C7
331e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE8                       0x84C8
332e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE9                       0x84C9
333e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE10                      0x84CA
334e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE11                      0x84CB
335e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE12                      0x84CC
336e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE13                      0x84CD
337e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE14                      0x84CE
338e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE15                      0x84CF
339e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE16                      0x84D0
340e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE17                      0x84D1
341e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE18                      0x84D2
342e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE19                      0x84D3
343e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE20                      0x84D4
344e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE21                      0x84D5
345e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE22                      0x84D6
346e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE23                      0x84D7
347e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE24                      0x84D8
348e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE25                      0x84D9
349e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE26                      0x84DA
350e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE27                      0x84DB
351e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE28                      0x84DC
352e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE29                      0x84DD
353e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE30                      0x84DE
354e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE31                      0x84DF
355e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ACTIVE_TEXTURE                 0x84E0
356e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLIENT_ACTIVE_TEXTURE          0x84E1
357e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_REPEAT                         0x2901
358e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CLAMP_TO_EDGE                  0x812F
359e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT0                         0x4000
360e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT1                         0x4001
361e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT2                         0x4002
362e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT3                         0x4003
363e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT4                         0x4004
364e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT5                         0x4005
365e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT6                         0x4006
366e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_LIGHT7                         0x4007
367e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ARRAY_BUFFER                   0x8892
368e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ELEMENT_ARRAY_BUFFER           0x8893
36911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_ARRAY_BUFFER_BINDING           0x8894
37011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_ELEMENT_ARRAY_BUFFER_BINDING   0x8895
37111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_VERTEX_ARRAY_BUFFER_BINDING    0x8896
37211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_NORMAL_ARRAY_BUFFER_BINDING    0x8897
37311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_COLOR_ARRAY_BUFFER_BINDING     0x8898
374e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 0x889A
375e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_STATIC_DRAW                    0x88E4
376e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DYNAMIC_DRAW                   0x88E8
377e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BUFFER_SIZE                    0x8764
378e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_BUFFER_USAGE                   0x8765
379e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SUBTRACT                       0x84E7
380e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COMBINE                        0x8570
381e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COMBINE_RGB                    0x8571
382e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_COMBINE_ALPHA                  0x8572
383e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_RGB_SCALE                      0x8573
384e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ADD_SIGNED                     0x8574
385e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_INTERPOLATE                    0x8575
386e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_CONSTANT                       0x8576
387e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PRIMARY_COLOR                  0x8577
388e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_PREVIOUS                       0x8578
389e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND0_RGB                   0x8590
390e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND1_RGB                   0x8591
391e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND2_RGB                   0x8592
392e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND0_ALPHA                 0x8598
393e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND1_ALPHA                 0x8599
394e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OPERAND2_ALPHA                 0x859A
395e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_ALPHA_SCALE                    0x0D1C
396e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC0_RGB                       0x8580
397e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC1_RGB                       0x8581
398e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC2_RGB                       0x8582
399e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC0_ALPHA                     0x8588
400e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC1_ALPHA                     0x8589
401e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_SRC2_ALPHA                     0x858A
402e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DOT3_RGB                       0x86AE
403e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_DOT3_RGBA                      0x86AF
40411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
40511e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
40611e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glClearDepthf (GLfloat d);
40711e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
408e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
40911e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
410e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
411e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params);
41211e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
41311e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation);
41411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data);
415e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
416e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
41711e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
418e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
419e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightModelf (GLenum pname, GLfloat param);
420e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
421e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param);
422e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params);
423e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLineWidth (GLfloat width);
424e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
425e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMaterialf (GLenum face, GLenum pname, GLfloat param);
426e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMaterialfv (GLenum face, GLenum pname, const GLfloat *params);
427e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m);
428e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
429e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
43011e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
431e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointParameterf (GLenum pname, GLfloat param);
432e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params);
433e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointSize (GLfloat size);
434e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
435e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
436e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
437e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
438e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
439e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
440e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
441e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
442e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glActiveTexture (GLenum texture);
44311e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
444e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
445e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
446e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
44711e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
44811e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
449e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glClear (GLbitfield mask);
45011e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
45111e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
452e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glClearStencil (GLint s);
453e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glClientActiveTexture (GLenum texture);
454e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
455e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
456e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
457e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
45811e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
45911e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
46011e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
461e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
462e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
463e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glCullFace (GLenum mode);
464e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
465e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
466e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDepthFunc (GLenum func);
467e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDepthMask (GLboolean flag);
46811e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
469e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDisable (GLenum cap);
470e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDisableClientState (GLenum array);
471e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
47211e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices);
473e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glEnable (GLenum cap);
474e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glEnableClientState (GLenum array);
475e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFinish (void);
476e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFlush (void);
477e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
47811e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *param);
479e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glFrontFace (GLenum mode);
48011e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
48111e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data);
482e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params);
48311e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
484e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
485e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
486e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API GLenum GL_APIENTRY glGetError (void);
487e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params);
48811e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *data);
489e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetLightxv (GLenum light, GLenum pname, GLfixed *params);
490e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params);
49111e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetPointerv (GLenum pname, void **params);
49211e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
49311e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params);
49411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glGetTexEnvxv (GLenum target, GLenum pname, GLfixed *params);
495e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
496e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params);
497e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glHint (GLenum target, GLenum mode);
498e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
499e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
500e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
501e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param);
50211e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *param);
503e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param);
504e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params);
505e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLineWidthx (GLfixed width);
506e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLoadIdentity (void);
507e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
508e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glLogicOp (GLenum opcode);
509e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param);
51011e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *param);
511e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMatrixMode (GLenum mode);
512e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
51311e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glMultiTexCoord4x (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
514e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
51511e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer);
51611e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
517e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
518e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointParameterx (GLenum pname, GLfixed param);
519e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointParameterxv (GLenum pname, const GLfixed *params);
520e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPointSizex (GLfixed size);
521e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
522e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPopMatrix (void);
523e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glPushMatrix (void);
52411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
525e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
52611e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
527e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
528e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
529e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
530e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glShadeModel (GLenum mode);
531e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
532e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glStencilMask (GLuint mask);
533e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
53411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
535e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnvi (GLenum target, GLenum pname, GLint param);
536e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param);
537e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnviv (GLenum target, GLenum pname, const GLint *params);
538e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params);
53911e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
540e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
541e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param);
542e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params);
543e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params);
54411e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
545e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
54611e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
547e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas CapensGL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
54811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif /* GL_VERSION_ES_CM_1_0 */
549e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
550e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#ifndef GL_OES_compressed_paletted_texture
551e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OES_compressed_paletted_texture 1
55211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE4_RGB8_OES              0x8B90
55311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE4_RGBA8_OES             0x8B91
55411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE4_R5_G6_B5_OES          0x8B92
55511e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE4_RGBA4_OES             0x8B93
55611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE4_RGB5_A1_OES           0x8B94
55711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE8_RGB8_OES              0x8B95
55811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE8_RGBA8_OES             0x8B96
55911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE8_R5_G6_B5_OES          0x8B97
56011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE8_RGBA4_OES             0x8B98
56111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_PALETTE8_RGB5_A1_OES           0x8B99
56211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif /* GL_OES_compressed_paletted_texture */
563e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
564e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#ifndef GL_OES_point_size_array
565e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OES_point_size_array 1
56611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SIZE_ARRAY_OES           0x8B9C
56711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SIZE_ARRAY_TYPE_OES      0x898A
56811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SIZE_ARRAY_STRIDE_OES    0x898B
56911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SIZE_ARRAY_POINTER_OES   0x898C
57011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES 0x8B9F
57111e06a9379b6a44e69d9c85e84529418940262f4Nicolas CapensGL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
57211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif /* GL_OES_point_size_array */
573e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
574e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#ifndef GL_OES_point_sprite
575e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#define GL_OES_point_sprite 1
57611e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_POINT_SPRITE_OES               0x8861
57711e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_COORD_REPLACE_OES              0x8862
57811e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif /* GL_OES_point_sprite */
57911e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens
58011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#ifndef GL_OES_read_format
58111e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_OES_read_format 1
58211e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A
58311e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B
58411e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif /* GL_OES_read_format */
585e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
586e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#ifdef __cplusplus
587e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens}
588e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens#endif
589e8139407b9d233e409879b6b22e0dc4a0b3bb01dNicolas Capens
59011e06a9379b6a44e69d9c85e84529418940262f4Nicolas Capens#endif
591