1 | /**************************************************************************** |
2 | ** |
3 | ** Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB) |
4 | ** Copyright (C) 2016 The Qt Company Ltd. |
5 | ** Contact: https://www.qt.io/licensing/ |
6 | ** |
7 | ** This file is part of the QtGui module of the Qt Toolkit. |
8 | ** |
9 | ** $QT_BEGIN_LICENSE:LGPL$ |
10 | ** Commercial License Usage |
11 | ** Licensees holding valid commercial Qt licenses may use this file in |
12 | ** accordance with the commercial license agreement provided with the |
13 | ** Software or, alternatively, in accordance with the terms contained in |
14 | ** a written agreement between you and The Qt Company. For licensing terms |
15 | ** and conditions see https://www.qt.io/terms-conditions. For further |
16 | ** information use the contact form at https://www.qt.io/contact-us. |
17 | ** |
18 | ** GNU Lesser General Public License Usage |
19 | ** Alternatively, this file may be used under the terms of the GNU Lesser |
20 | ** General Public License version 3 as published by the Free Software |
21 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the |
22 | ** packaging of this file. Please review the following information to |
23 | ** ensure the GNU Lesser General Public License version 3 requirements |
24 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. |
25 | ** |
26 | ** GNU General Public License Usage |
27 | ** Alternatively, this file may be used under the terms of the GNU |
28 | ** General Public License version 2.0 or (at your option) the GNU General |
29 | ** Public license version 3 or any later version approved by the KDE Free |
30 | ** Qt Foundation. The licenses are as published by the Free Software |
31 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 |
32 | ** included in the packaging of this file. Please review the following |
33 | ** information to ensure the GNU General Public License requirements will |
34 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and |
35 | ** https://www.gnu.org/licenses/gpl-3.0.html. |
36 | ** |
37 | ** $QT_END_LICENSE$ |
38 | ** |
39 | ** |
40 | ** This file was generated by glgen version 0.1 |
41 | ** Command line was: glgen |
42 | ** |
43 | ** glgen is Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB) |
44 | ** |
45 | ** This is an auto-generated file. |
46 | ** Do not edit! All changes made to it will be lost. |
47 | ** |
48 | ****************************************************************************/ |
49 | |
50 | #ifndef QOPENGLVERSIONFUNCTIONS_4_3_COMPATIBILITY_H |
51 | #define QOPENGLVERSIONFUNCTIONS_4_3_COMPATIBILITY_H |
52 | |
53 | #include <QtGui/qtguiglobal.h> |
54 | |
55 | #if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_2) |
56 | |
57 | #include <QtGui/QOpenGLVersionFunctions> |
58 | #include <QtGui/qopenglcontext.h> |
59 | |
60 | QT_BEGIN_NAMESPACE |
61 | |
62 | class Q_GUI_EXPORT QOpenGLFunctions_4_3_Compatibility : public QAbstractOpenGLFunctions |
63 | { |
64 | public: |
65 | QOpenGLFunctions_4_3_Compatibility(); |
66 | ~QOpenGLFunctions_4_3_Compatibility(); |
67 | |
68 | bool initializeOpenGLFunctions() override; |
69 | |
70 | // OpenGL 1.0 core functions |
71 | void glViewport(GLint x, GLint y, GLsizei width, GLsizei height); |
72 | void glDepthRange(GLdouble nearVal, GLdouble farVal); |
73 | GLboolean glIsEnabled(GLenum cap); |
74 | void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params); |
75 | void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params); |
76 | void glGetTexParameteriv(GLenum target, GLenum pname, GLint *params); |
77 | void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params); |
78 | void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels); |
79 | const GLubyte * glGetString(GLenum name); |
80 | void glGetIntegerv(GLenum pname, GLint *params); |
81 | void glGetFloatv(GLenum pname, GLfloat *params); |
82 | GLenum glGetError(); |
83 | void glGetDoublev(GLenum pname, GLdouble *params); |
84 | void glGetBooleanv(GLenum pname, GLboolean *params); |
85 | void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels); |
86 | void glReadBuffer(GLenum mode); |
87 | void glPixelStorei(GLenum pname, GLint param); |
88 | void glPixelStoref(GLenum pname, GLfloat param); |
89 | void glDepthFunc(GLenum func); |
90 | void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass); |
91 | void glStencilFunc(GLenum func, GLint ref, GLuint mask); |
92 | void glLogicOp(GLenum opcode); |
93 | void glBlendFunc(GLenum sfactor, GLenum dfactor); |
94 | void glFlush(); |
95 | void glFinish(); |
96 | void glEnable(GLenum cap); |
97 | void glDisable(GLenum cap); |
98 | void glDepthMask(GLboolean flag); |
99 | void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); |
100 | void glStencilMask(GLuint mask); |
101 | void glClearDepth(GLdouble depth); |
102 | void glClearStencil(GLint s); |
103 | void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); |
104 | void glClear(GLbitfield mask); |
105 | void glDrawBuffer(GLenum mode); |
106 | void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); |
107 | void glTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels); |
108 | void glTexParameteriv(GLenum target, GLenum pname, const GLint *params); |
109 | void glTexParameteri(GLenum target, GLenum pname, GLint param); |
110 | void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params); |
111 | void glTexParameterf(GLenum target, GLenum pname, GLfloat param); |
112 | void glScissor(GLint x, GLint y, GLsizei width, GLsizei height); |
113 | void glPolygonMode(GLenum face, GLenum mode); |
114 | void glPointSize(GLfloat size); |
115 | void glLineWidth(GLfloat width); |
116 | void glHint(GLenum target, GLenum mode); |
117 | void glFrontFace(GLenum mode); |
118 | void glCullFace(GLenum mode); |
119 | |
120 | // OpenGL 1.1 core functions |
121 | void glIndexubv(const GLubyte *c); |
122 | void glIndexub(GLubyte c); |
123 | GLboolean glIsTexture(GLuint texture); |
124 | void glGenTextures(GLsizei n, GLuint *textures); |
125 | void glDeleteTextures(GLsizei n, const GLuint *textures); |
126 | void glBindTexture(GLenum target, GLuint texture); |
127 | void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels); |
128 | void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels); |
129 | void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); |
130 | void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width); |
131 | void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); |
132 | void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border); |
133 | void glPolygonOffset(GLfloat factor, GLfloat units); |
134 | void glGetPointerv(GLenum pname, GLvoid* *params); |
135 | void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices); |
136 | void glDrawArrays(GLenum mode, GLint first, GLsizei count); |
137 | |
138 | // OpenGL 1.2 core functions |
139 | void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); |
140 | void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels); |
141 | void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels); |
142 | void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices); |
143 | void glBlendEquation(GLenum mode); |
144 | void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); |
145 | |
146 | // OpenGL 1.3 core functions |
147 | void glGetCompressedTexImage(GLenum target, GLint level, GLvoid *img); |
148 | void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data); |
149 | void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); |
150 | void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data); |
151 | void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data); |
152 | void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data); |
153 | void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data); |
154 | void glSampleCoverage(GLfloat value, GLboolean invert); |
155 | void glActiveTexture(GLenum texture); |
156 | |
157 | // OpenGL 1.4 core functions |
158 | void glPointParameteriv(GLenum pname, const GLint *params); |
159 | void glPointParameteri(GLenum pname, GLint param); |
160 | void glPointParameterfv(GLenum pname, const GLfloat *params); |
161 | void glPointParameterf(GLenum pname, GLfloat param); |
162 | void glMultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount); |
163 | void glMultiDrawArrays(GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount); |
164 | void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); |
165 | |
166 | // OpenGL 1.5 core functions |
167 | void glGetBufferPointerv(GLenum target, GLenum pname, GLvoid* *params); |
168 | void glGetBufferParameteriv(GLenum target, GLenum pname, GLint *params); |
169 | GLboolean glUnmapBuffer(GLenum target); |
170 | GLvoid* glMapBuffer(GLenum target, GLenum access); |
171 | void glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data); |
172 | void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); |
173 | void glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage); |
174 | GLboolean glIsBuffer(GLuint buffer); |
175 | void glGenBuffers(GLsizei n, GLuint *buffers); |
176 | void glDeleteBuffers(GLsizei n, const GLuint *buffers); |
177 | void glBindBuffer(GLenum target, GLuint buffer); |
178 | void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint *params); |
179 | void glGetQueryObjectiv(GLuint id, GLenum pname, GLint *params); |
180 | void glGetQueryiv(GLenum target, GLenum pname, GLint *params); |
181 | void glEndQuery(GLenum target); |
182 | void glBeginQuery(GLenum target, GLuint id); |
183 | GLboolean glIsQuery(GLuint id); |
184 | void glDeleteQueries(GLsizei n, const GLuint *ids); |
185 | void glGenQueries(GLsizei n, GLuint *ids); |
186 | |
187 | // OpenGL 2.0 core functions |
188 | void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer); |
189 | void glValidateProgram(GLuint program); |
190 | void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
191 | void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
192 | void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
193 | void glUniform4iv(GLint location, GLsizei count, const GLint *value); |
194 | void glUniform3iv(GLint location, GLsizei count, const GLint *value); |
195 | void glUniform2iv(GLint location, GLsizei count, const GLint *value); |
196 | void glUniform1iv(GLint location, GLsizei count, const GLint *value); |
197 | void glUniform4fv(GLint location, GLsizei count, const GLfloat *value); |
198 | void glUniform3fv(GLint location, GLsizei count, const GLfloat *value); |
199 | void glUniform2fv(GLint location, GLsizei count, const GLfloat *value); |
200 | void glUniform1fv(GLint location, GLsizei count, const GLfloat *value); |
201 | void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3); |
202 | void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2); |
203 | void glUniform2i(GLint location, GLint v0, GLint v1); |
204 | void glUniform1i(GLint location, GLint v0); |
205 | void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); |
206 | void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2); |
207 | void glUniform2f(GLint location, GLfloat v0, GLfloat v1); |
208 | void glUniform1f(GLint location, GLfloat v0); |
209 | void glUseProgram(GLuint program); |
210 | void glShaderSource(GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length); |
211 | void glLinkProgram(GLuint program); |
212 | GLboolean glIsShader(GLuint shader); |
213 | GLboolean glIsProgram(GLuint program); |
214 | void glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid* *pointer); |
215 | void glGetVertexAttribiv(GLuint index, GLenum pname, GLint *params); |
216 | void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat *params); |
217 | void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params); |
218 | void glGetUniformiv(GLuint program, GLint location, GLint *params); |
219 | void glGetUniformfv(GLuint program, GLint location, GLfloat *params); |
220 | GLint glGetUniformLocation(GLuint program, const GLchar *name); |
221 | void glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source); |
222 | void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog); |
223 | void glGetShaderiv(GLuint shader, GLenum pname, GLint *params); |
224 | void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog); |
225 | void glGetProgramiv(GLuint program, GLenum pname, GLint *params); |
226 | GLint glGetAttribLocation(GLuint program, const GLchar *name); |
227 | void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj); |
228 | void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name); |
229 | void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name); |
230 | void glEnableVertexAttribArray(GLuint index); |
231 | void glDisableVertexAttribArray(GLuint index); |
232 | void glDetachShader(GLuint program, GLuint shader); |
233 | void glDeleteShader(GLuint shader); |
234 | void glDeleteProgram(GLuint program); |
235 | GLuint glCreateShader(GLenum type); |
236 | GLuint glCreateProgram(); |
237 | void glCompileShader(GLuint shader); |
238 | void glBindAttribLocation(GLuint program, GLuint index, const GLchar *name); |
239 | void glAttachShader(GLuint program, GLuint shader); |
240 | void glStencilMaskSeparate(GLenum face, GLuint mask); |
241 | void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask); |
242 | void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass); |
243 | void glDrawBuffers(GLsizei n, const GLenum *bufs); |
244 | void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); |
245 | |
246 | // OpenGL 2.1 core functions |
247 | void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
248 | void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
249 | void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
250 | void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
251 | void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
252 | void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
253 | |
254 | // OpenGL 3.0 core functions |
255 | GLboolean glIsVertexArray(GLuint array); |
256 | void glGenVertexArrays(GLsizei n, GLuint *arrays); |
257 | void glDeleteVertexArrays(GLsizei n, const GLuint *arrays); |
258 | void glBindVertexArray(GLuint array); |
259 | void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length); |
260 | GLvoid* glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); |
261 | void glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); |
262 | void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); |
263 | void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); |
264 | void glGenerateMipmap(GLenum target); |
265 | void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint *params); |
266 | void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); |
267 | void glFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); |
268 | void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); |
269 | void glFramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); |
270 | GLenum glCheckFramebufferStatus(GLenum target); |
271 | void glGenFramebuffers(GLsizei n, GLuint *framebuffers); |
272 | void glDeleteFramebuffers(GLsizei n, const GLuint *framebuffers); |
273 | void glBindFramebuffer(GLenum target, GLuint framebuffer); |
274 | GLboolean glIsFramebuffer(GLuint framebuffer); |
275 | void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint *params); |
276 | void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); |
277 | void glGenRenderbuffers(GLsizei n, GLuint *renderbuffers); |
278 | void glDeleteRenderbuffers(GLsizei n, const GLuint *renderbuffers); |
279 | void glBindRenderbuffer(GLenum target, GLuint renderbuffer); |
280 | GLboolean glIsRenderbuffer(GLuint renderbuffer); |
281 | const GLubyte * glGetStringi(GLenum name, GLuint index); |
282 | void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); |
283 | void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value); |
284 | void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value); |
285 | void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value); |
286 | void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint *params); |
287 | void glGetTexParameterIiv(GLenum target, GLenum pname, GLint *params); |
288 | void glTexParameterIuiv(GLenum target, GLenum pname, const GLuint *params); |
289 | void glTexParameterIiv(GLenum target, GLenum pname, const GLint *params); |
290 | void glUniform4uiv(GLint location, GLsizei count, const GLuint *value); |
291 | void glUniform3uiv(GLint location, GLsizei count, const GLuint *value); |
292 | void glUniform2uiv(GLint location, GLsizei count, const GLuint *value); |
293 | void glUniform1uiv(GLint location, GLsizei count, const GLuint *value); |
294 | void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); |
295 | void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2); |
296 | void glUniform2ui(GLint location, GLuint v0, GLuint v1); |
297 | void glUniform1ui(GLint location, GLuint v0); |
298 | GLint glGetFragDataLocation(GLuint program, const GLchar *name); |
299 | void glBindFragDataLocation(GLuint program, GLuint color, const GLchar *name); |
300 | void glGetUniformuiv(GLuint program, GLint location, GLuint *params); |
301 | void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint *params); |
302 | void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint *params); |
303 | void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
304 | void glEndConditionalRender(); |
305 | void glBeginConditionalRender(GLuint id, GLenum mode); |
306 | void glClampColor(GLenum target, GLenum clamp); |
307 | void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name); |
308 | void glTransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar* const *varyings, GLenum bufferMode); |
309 | void glBindBufferBase(GLenum target, GLuint index, GLuint buffer); |
310 | void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); |
311 | void glEndTransformFeedback(); |
312 | void glBeginTransformFeedback(GLenum primitiveMode); |
313 | GLboolean glIsEnabledi(GLenum target, GLuint index); |
314 | void glDisablei(GLenum target, GLuint index); |
315 | void glEnablei(GLenum target, GLuint index); |
316 | void glGetIntegeri_v(GLenum target, GLuint index, GLint *data); |
317 | void glGetBooleani_v(GLenum target, GLuint index, GLboolean *data); |
318 | void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); |
319 | |
320 | // OpenGL 3.1 core functions |
321 | void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); |
322 | void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding); |
323 | void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName); |
324 | void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params); |
325 | GLuint glGetUniformBlockIndex(GLuint program, const GLchar *uniformBlockName); |
326 | void glGetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); |
327 | void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params); |
328 | void glGetUniformIndices(GLuint program, GLsizei uniformCount, const GLchar* const *uniformNames, GLuint *uniformIndices); |
329 | void glPrimitiveRestartIndex(GLuint index); |
330 | void glTexBuffer(GLenum target, GLenum internalformat, GLuint buffer); |
331 | void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount); |
332 | void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount); |
333 | |
334 | // OpenGL 3.2 core functions |
335 | void glSampleMaski(GLuint index, GLbitfield mask); |
336 | void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat *val); |
337 | void glTexImage3DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); |
338 | void glTexImage2DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); |
339 | void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); |
340 | void glGetInteger64v(GLenum pname, GLint64 *params); |
341 | void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); |
342 | GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); |
343 | void glDeleteSync(GLsync sync); |
344 | GLboolean glIsSync(GLsync sync); |
345 | GLsync glFenceSync(GLenum condition, GLbitfield flags); |
346 | void glProvokingVertex(GLenum mode); |
347 | void glMultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const GLvoid* const *indices, GLsizei drawcount, const GLint *basevertex); |
348 | void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex); |
349 | void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex); |
350 | void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex); |
351 | void glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level); |
352 | void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params); |
353 | void glGetInteger64i_v(GLenum target, GLuint index, GLint64 *data); |
354 | |
355 | // OpenGL 3.3 core functions |
356 | void glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value); |
357 | void glVertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value); |
358 | void glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value); |
359 | void glVertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value); |
360 | void glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value); |
361 | void glVertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value); |
362 | void glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value); |
363 | void glVertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value); |
364 | void glSecondaryColorP3uiv(GLenum type, const GLuint *color); |
365 | void glSecondaryColorP3ui(GLenum type, GLuint color); |
366 | void glColorP4uiv(GLenum type, const GLuint *color); |
367 | void glColorP4ui(GLenum type, GLuint color); |
368 | void glColorP3uiv(GLenum type, const GLuint *color); |
369 | void glColorP3ui(GLenum type, GLuint color); |
370 | void glNormalP3uiv(GLenum type, const GLuint *coords); |
371 | void glNormalP3ui(GLenum type, GLuint coords); |
372 | void glMultiTexCoordP4uiv(GLenum texture, GLenum type, const GLuint *coords); |
373 | void glMultiTexCoordP4ui(GLenum texture, GLenum type, GLuint coords); |
374 | void glMultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint *coords); |
375 | void glMultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords); |
376 | void glMultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint *coords); |
377 | void glMultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords); |
378 | void glMultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint *coords); |
379 | void glMultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords); |
380 | void glTexCoordP4uiv(GLenum type, const GLuint *coords); |
381 | void glTexCoordP4ui(GLenum type, GLuint coords); |
382 | void glTexCoordP3uiv(GLenum type, const GLuint *coords); |
383 | void glTexCoordP3ui(GLenum type, GLuint coords); |
384 | void glTexCoordP2uiv(GLenum type, const GLuint *coords); |
385 | void glTexCoordP2ui(GLenum type, GLuint coords); |
386 | void glTexCoordP1uiv(GLenum type, const GLuint *coords); |
387 | void glTexCoordP1ui(GLenum type, GLuint coords); |
388 | void glVertexP4uiv(GLenum type, const GLuint *value); |
389 | void glVertexP4ui(GLenum type, GLuint value); |
390 | void glVertexP3uiv(GLenum type, const GLuint *value); |
391 | void glVertexP3ui(GLenum type, GLuint value); |
392 | void glVertexP2uiv(GLenum type, const GLuint *value); |
393 | void glVertexP2ui(GLenum type, GLuint value); |
394 | void glGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64 *params); |
395 | void glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 *params); |
396 | void glQueryCounter(GLuint id, GLenum target); |
397 | void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint *params); |
398 | void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat *params); |
399 | void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint *params); |
400 | void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params); |
401 | void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint *param); |
402 | void glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *param); |
403 | void glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *param); |
404 | void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param); |
405 | void glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint *param); |
406 | void glSamplerParameteri(GLuint sampler, GLenum pname, GLint param); |
407 | void glBindSampler(GLuint unit, GLuint sampler); |
408 | GLboolean glIsSampler(GLuint sampler); |
409 | void glDeleteSamplers(GLsizei count, const GLuint *samplers); |
410 | void glGenSamplers(GLsizei count, GLuint *samplers); |
411 | GLint glGetFragDataIndex(GLuint program, const GLchar *name); |
412 | void glBindFragDataLocationIndexed(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name); |
413 | void glVertexAttribDivisor(GLuint index, GLuint divisor); |
414 | |
415 | // OpenGL 4.0 core functions |
416 | void glGetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params); |
417 | void glEndQueryIndexed(GLenum target, GLuint index); |
418 | void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id); |
419 | void glDrawTransformFeedbackStream(GLenum mode, GLuint id, GLuint stream); |
420 | void glDrawTransformFeedback(GLenum mode, GLuint id); |
421 | void glResumeTransformFeedback(); |
422 | void glPauseTransformFeedback(); |
423 | GLboolean glIsTransformFeedback(GLuint id); |
424 | void glGenTransformFeedbacks(GLsizei n, GLuint *ids); |
425 | void glDeleteTransformFeedbacks(GLsizei n, const GLuint *ids); |
426 | void glBindTransformFeedback(GLenum target, GLuint id); |
427 | void glPatchParameterfv(GLenum pname, const GLfloat *values); |
428 | void glPatchParameteri(GLenum pname, GLint value); |
429 | void glGetProgramStageiv(GLuint program, GLenum shadertype, GLenum pname, GLint *values); |
430 | void glGetUniformSubroutineuiv(GLenum shadertype, GLint location, GLuint *params); |
431 | void glUniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint *indices); |
432 | void glGetActiveSubroutineName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name); |
433 | void glGetActiveSubroutineUniformName(GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name); |
434 | void glGetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); |
435 | GLuint glGetSubroutineIndex(GLuint program, GLenum shadertype, const GLchar *name); |
436 | GLint glGetSubroutineUniformLocation(GLuint program, GLenum shadertype, const GLchar *name); |
437 | void glGetUniformdv(GLuint program, GLint location, GLdouble *params); |
438 | void glUniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
439 | void glUniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
440 | void glUniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
441 | void glUniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
442 | void glUniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
443 | void glUniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
444 | void glUniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
445 | void glUniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
446 | void glUniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
447 | void glUniform4dv(GLint location, GLsizei count, const GLdouble *value); |
448 | void glUniform3dv(GLint location, GLsizei count, const GLdouble *value); |
449 | void glUniform2dv(GLint location, GLsizei count, const GLdouble *value); |
450 | void glUniform1dv(GLint location, GLsizei count, const GLdouble *value); |
451 | void glUniform4d(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w); |
452 | void glUniform3d(GLint location, GLdouble x, GLdouble y, GLdouble z); |
453 | void glUniform2d(GLint location, GLdouble x, GLdouble y); |
454 | void glUniform1d(GLint location, GLdouble x); |
455 | void glDrawElementsIndirect(GLenum mode, GLenum type, const GLvoid *indirect); |
456 | void glDrawArraysIndirect(GLenum mode, const GLvoid *indirect); |
457 | void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); |
458 | void glBlendFunci(GLuint buf, GLenum src, GLenum dst); |
459 | void glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha); |
460 | void glBlendEquationi(GLuint buf, GLenum mode); |
461 | void glMinSampleShading(GLfloat value); |
462 | |
463 | // OpenGL 4.1 core functions |
464 | void glGetDoublei_v(GLenum target, GLuint index, GLdouble *data); |
465 | void glGetFloati_v(GLenum target, GLuint index, GLfloat *data); |
466 | void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f); |
467 | void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble *v); |
468 | void glScissorIndexedv(GLuint index, const GLint *v); |
469 | void glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); |
470 | void glScissorArrayv(GLuint first, GLsizei count, const GLint *v); |
471 | void glViewportIndexedfv(GLuint index, const GLfloat *v); |
472 | void glViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h); |
473 | void glViewportArrayv(GLuint first, GLsizei count, const GLfloat *v); |
474 | void glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params); |
475 | void glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
476 | void glVertexAttribL4dv(GLuint index, const GLdouble *v); |
477 | void glVertexAttribL3dv(GLuint index, const GLdouble *v); |
478 | void glVertexAttribL2dv(GLuint index, const GLdouble *v); |
479 | void glVertexAttribL1dv(GLuint index, const GLdouble *v); |
480 | void glVertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); |
481 | void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z); |
482 | void glVertexAttribL2d(GLuint index, GLdouble x, GLdouble y); |
483 | void glVertexAttribL1d(GLuint index, GLdouble x); |
484 | void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog); |
485 | void glValidateProgramPipeline(GLuint pipeline); |
486 | void glProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
487 | void glProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
488 | void glProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
489 | void glProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
490 | void glProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
491 | void glProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
492 | void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
493 | void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
494 | void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
495 | void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
496 | void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
497 | void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
498 | void glProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
499 | void glProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
500 | void glProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value); |
501 | void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
502 | void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
503 | void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); |
504 | void glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const GLuint *value); |
505 | void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3); |
506 | void glProgramUniform4dv(GLuint program, GLint location, GLsizei count, const GLdouble *value); |
507 | void glProgramUniform4d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3); |
508 | void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat *value); |
509 | void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); |
510 | void glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const GLint *value); |
511 | void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3); |
512 | void glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const GLuint *value); |
513 | void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2); |
514 | void glProgramUniform3dv(GLuint program, GLint location, GLsizei count, const GLdouble *value); |
515 | void glProgramUniform3d(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2); |
516 | void glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const GLfloat *value); |
517 | void glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2); |
518 | void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint *value); |
519 | void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2); |
520 | void glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const GLuint *value); |
521 | void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1); |
522 | void glProgramUniform2dv(GLuint program, GLint location, GLsizei count, const GLdouble *value); |
523 | void glProgramUniform2d(GLuint program, GLint location, GLdouble v0, GLdouble v1); |
524 | void glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const GLfloat *value); |
525 | void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1); |
526 | void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint *value); |
527 | void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1); |
528 | void glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const GLuint *value); |
529 | void glProgramUniform1ui(GLuint program, GLint location, GLuint v0); |
530 | void glProgramUniform1dv(GLuint program, GLint location, GLsizei count, const GLdouble *value); |
531 | void glProgramUniform1d(GLuint program, GLint location, GLdouble v0); |
532 | void glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const GLfloat *value); |
533 | void glProgramUniform1f(GLuint program, GLint location, GLfloat v0); |
534 | void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint *value); |
535 | void glProgramUniform1i(GLuint program, GLint location, GLint v0); |
536 | void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint *params); |
537 | GLboolean glIsProgramPipeline(GLuint pipeline); |
538 | void glGenProgramPipelines(GLsizei n, GLuint *pipelines); |
539 | void glDeleteProgramPipelines(GLsizei n, const GLuint *pipelines); |
540 | void glBindProgramPipeline(GLuint pipeline); |
541 | GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar* const *strings); |
542 | void glActiveShaderProgram(GLuint pipeline, GLuint program); |
543 | void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program); |
544 | void glProgramParameteri(GLuint program, GLenum pname, GLint value); |
545 | void glProgramBinary(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length); |
546 | void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary); |
547 | void glClearDepthf(GLfloat dd); |
548 | void glDepthRangef(GLfloat n, GLfloat f); |
549 | void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision); |
550 | void glShaderBinary(GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length); |
551 | void glReleaseShaderCompiler(); |
552 | |
553 | // OpenGL 4.2 core functions |
554 | void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); |
555 | void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); |
556 | void glTexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); |
557 | void glMemoryBarrier(GLbitfield barriers); |
558 | void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format); |
559 | void glGetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex, GLenum pname, GLint *params); |
560 | void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params); |
561 | void glDrawTransformFeedbackStreamInstanced(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount); |
562 | void glDrawTransformFeedbackInstanced(GLenum mode, GLuint id, GLsizei instancecount); |
563 | void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance); |
564 | void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance); |
565 | void glDrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance); |
566 | |
567 | // OpenGL 4.3 core functions |
568 | void glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); |
569 | void glTexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); |
570 | void glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); |
571 | void glShaderStorageBlockBinding(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding); |
572 | GLint glGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const GLchar *name); |
573 | GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar *name); |
574 | void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params); |
575 | void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name); |
576 | GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const GLchar *name); |
577 | void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint *params); |
578 | void glMultiDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride); |
579 | void glMultiDrawArraysIndirect(GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride); |
580 | void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height); |
581 | void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments); |
582 | void glInvalidateBufferData(GLuint buffer); |
583 | void glInvalidateBufferSubData(GLuint buffer, GLintptr offset, GLsizeiptr length); |
584 | void glInvalidateTexImage(GLuint texture, GLint level); |
585 | void glInvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); |
586 | void glGetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params); |
587 | void glGetFramebufferParameteriv(GLenum target, GLenum pname, GLint *params); |
588 | void glFramebufferParameteri(GLenum target, GLenum pname, GLint param); |
589 | void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor); |
590 | void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex); |
591 | void glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); |
592 | void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); |
593 | void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); |
594 | void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride); |
595 | void glTextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers); |
596 | void glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); |
597 | void glDispatchComputeIndirect(GLintptr indirect); |
598 | void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); |
599 | void glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data); |
600 | void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data); |
601 | |
602 | // OpenGL 1.0 deprecated functions |
603 | void glTranslatef(GLfloat x, GLfloat y, GLfloat z); |
604 | void glTranslated(GLdouble x, GLdouble y, GLdouble z); |
605 | void glScalef(GLfloat x, GLfloat y, GLfloat z); |
606 | void glScaled(GLdouble x, GLdouble y, GLdouble z); |
607 | void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); |
608 | void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z); |
609 | void glPushMatrix(); |
610 | void glPopMatrix(); |
611 | void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); |
612 | void glMultMatrixd(const GLdouble *m); |
613 | void glMultMatrixf(const GLfloat *m); |
614 | void glMatrixMode(GLenum mode); |
615 | void glLoadMatrixd(const GLdouble *m); |
616 | void glLoadMatrixf(const GLfloat *m); |
617 | void glLoadIdentity(); |
618 | void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); |
619 | GLboolean glIsList(GLuint list); |
620 | void glGetTexGeniv(GLenum coord, GLenum pname, GLint *params); |
621 | void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat *params); |
622 | void glGetTexGendv(GLenum coord, GLenum pname, GLdouble *params); |
623 | void glGetTexEnviv(GLenum target, GLenum pname, GLint *params); |
624 | void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params); |
625 | void glGetPolygonStipple(GLubyte *mask); |
626 | void glGetPixelMapusv(GLenum map, GLushort *values); |
627 | void glGetPixelMapuiv(GLenum map, GLuint *values); |
628 | void glGetPixelMapfv(GLenum map, GLfloat *values); |
629 | void glGetMaterialiv(GLenum face, GLenum pname, GLint *params); |
630 | void glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params); |
631 | void glGetMapiv(GLenum target, GLenum query, GLint *v); |
632 | void glGetMapfv(GLenum target, GLenum query, GLfloat *v); |
633 | void glGetMapdv(GLenum target, GLenum query, GLdouble *v); |
634 | void glGetLightiv(GLenum light, GLenum pname, GLint *params); |
635 | void glGetLightfv(GLenum light, GLenum pname, GLfloat *params); |
636 | void glGetClipPlane(GLenum plane, GLdouble *equation); |
637 | void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels); |
638 | void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); |
639 | void glPixelMapusv(GLenum map, GLint mapsize, const GLushort *values); |
640 | void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint *values); |
641 | void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat *values); |
642 | void glPixelTransferi(GLenum pname, GLint param); |
643 | void glPixelTransferf(GLenum pname, GLfloat param); |
644 | void glPixelZoom(GLfloat xfactor, GLfloat yfactor); |
645 | void glAlphaFunc(GLenum func, GLfloat ref); |
646 | void glEvalPoint2(GLint i, GLint j); |
647 | void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2); |
648 | void glEvalPoint1(GLint i); |
649 | void glEvalMesh1(GLenum mode, GLint i1, GLint i2); |
650 | void glEvalCoord2fv(const GLfloat *u); |
651 | void glEvalCoord2f(GLfloat u, GLfloat v); |
652 | void glEvalCoord2dv(const GLdouble *u); |
653 | void glEvalCoord2d(GLdouble u, GLdouble v); |
654 | void glEvalCoord1fv(const GLfloat *u); |
655 | void glEvalCoord1f(GLfloat u); |
656 | void glEvalCoord1dv(const GLdouble *u); |
657 | void glEvalCoord1d(GLdouble u); |
658 | void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2); |
659 | void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2); |
660 | void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2); |
661 | void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2); |
662 | void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points); |
663 | void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points); |
664 | void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points); |
665 | void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points); |
666 | void glPushAttrib(GLbitfield mask); |
667 | void glPopAttrib(); |
668 | void glAccum(GLenum op, GLfloat value); |
669 | void glIndexMask(GLuint mask); |
670 | void glClearIndex(GLfloat c); |
671 | void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); |
672 | void glPushName(GLuint name); |
673 | void glPopName(); |
674 | void glPassThrough(GLfloat token); |
675 | void glLoadName(GLuint name); |
676 | void glInitNames(); |
677 | GLint glRenderMode(GLenum mode); |
678 | void glSelectBuffer(GLsizei size, GLuint *buffer); |
679 | void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer); |
680 | void glTexGeniv(GLenum coord, GLenum pname, const GLint *params); |
681 | void glTexGeni(GLenum coord, GLenum pname, GLint param); |
682 | void glTexGenfv(GLenum coord, GLenum pname, const GLfloat *params); |
683 | void glTexGenf(GLenum coord, GLenum pname, GLfloat param); |
684 | void glTexGendv(GLenum coord, GLenum pname, const GLdouble *params); |
685 | void glTexGend(GLenum coord, GLenum pname, GLdouble param); |
686 | void glTexEnviv(GLenum target, GLenum pname, const GLint *params); |
687 | void glTexEnvi(GLenum target, GLenum pname, GLint param); |
688 | void glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params); |
689 | void glTexEnvf(GLenum target, GLenum pname, GLfloat param); |
690 | void glShadeModel(GLenum mode); |
691 | void glPolygonStipple(const GLubyte *mask); |
692 | void glMaterialiv(GLenum face, GLenum pname, const GLint *params); |
693 | void glMateriali(GLenum face, GLenum pname, GLint param); |
694 | void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params); |
695 | void glMaterialf(GLenum face, GLenum pname, GLfloat param); |
696 | void glLineStipple(GLint factor, GLushort pattern); |
697 | void glLightModeliv(GLenum pname, const GLint *params); |
698 | void glLightModeli(GLenum pname, GLint param); |
699 | void glLightModelfv(GLenum pname, const GLfloat *params); |
700 | void glLightModelf(GLenum pname, GLfloat param); |
701 | void glLightiv(GLenum light, GLenum pname, const GLint *params); |
702 | void glLighti(GLenum light, GLenum pname, GLint param); |
703 | void glLightfv(GLenum light, GLenum pname, const GLfloat *params); |
704 | void glLightf(GLenum light, GLenum pname, GLfloat param); |
705 | void glFogiv(GLenum pname, const GLint *params); |
706 | void glFogi(GLenum pname, GLint param); |
707 | void glFogfv(GLenum pname, const GLfloat *params); |
708 | void glFogf(GLenum pname, GLfloat param); |
709 | void glColorMaterial(GLenum face, GLenum mode); |
710 | void glClipPlane(GLenum plane, const GLdouble *equation); |
711 | void glVertex4sv(const GLshort *v); |
712 | void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w); |
713 | void glVertex4iv(const GLint *v); |
714 | void glVertex4i(GLint x, GLint y, GLint z, GLint w); |
715 | void glVertex4fv(const GLfloat *v); |
716 | void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w); |
717 | void glVertex4dv(const GLdouble *v); |
718 | void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w); |
719 | void glVertex3sv(const GLshort *v); |
720 | void glVertex3s(GLshort x, GLshort y, GLshort z); |
721 | void glVertex3iv(const GLint *v); |
722 | void glVertex3i(GLint x, GLint y, GLint z); |
723 | void glVertex3fv(const GLfloat *v); |
724 | void glVertex3f(GLfloat x, GLfloat y, GLfloat z); |
725 | void glVertex3dv(const GLdouble *v); |
726 | void glVertex3d(GLdouble x, GLdouble y, GLdouble z); |
727 | void glVertex2sv(const GLshort *v); |
728 | void glVertex2s(GLshort x, GLshort y); |
729 | void glVertex2iv(const GLint *v); |
730 | void glVertex2i(GLint x, GLint y); |
731 | void glVertex2fv(const GLfloat *v); |
732 | void glVertex2f(GLfloat x, GLfloat y); |
733 | void glVertex2dv(const GLdouble *v); |
734 | void glVertex2d(GLdouble x, GLdouble y); |
735 | void glTexCoord4sv(const GLshort *v); |
736 | void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q); |
737 | void glTexCoord4iv(const GLint *v); |
738 | void glTexCoord4i(GLint s, GLint t, GLint r, GLint q); |
739 | void glTexCoord4fv(const GLfloat *v); |
740 | void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q); |
741 | void glTexCoord4dv(const GLdouble *v); |
742 | void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble q); |
743 | void glTexCoord3sv(const GLshort *v); |
744 | void glTexCoord3s(GLshort s, GLshort t, GLshort r); |
745 | void glTexCoord3iv(const GLint *v); |
746 | void glTexCoord3i(GLint s, GLint t, GLint r); |
747 | void glTexCoord3fv(const GLfloat *v); |
748 | void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r); |
749 | void glTexCoord3dv(const GLdouble *v); |
750 | void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r); |
751 | void glTexCoord2sv(const GLshort *v); |
752 | void glTexCoord2s(GLshort s, GLshort t); |
753 | void glTexCoord2iv(const GLint *v); |
754 | void glTexCoord2i(GLint s, GLint t); |
755 | void glTexCoord2fv(const GLfloat *v); |
756 | void glTexCoord2f(GLfloat s, GLfloat t); |
757 | void glTexCoord2dv(const GLdouble *v); |
758 | void glTexCoord2d(GLdouble s, GLdouble t); |
759 | void glTexCoord1sv(const GLshort *v); |
760 | void glTexCoord1s(GLshort s); |
761 | void glTexCoord1iv(const GLint *v); |
762 | void glTexCoord1i(GLint s); |
763 | void glTexCoord1fv(const GLfloat *v); |
764 | void glTexCoord1f(GLfloat s); |
765 | void glTexCoord1dv(const GLdouble *v); |
766 | void glTexCoord1d(GLdouble s); |
767 | void glRectsv(const GLshort *v1, const GLshort *v2); |
768 | void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2); |
769 | void glRectiv(const GLint *v1, const GLint *v2); |
770 | void glRecti(GLint x1, GLint y1, GLint x2, GLint y2); |
771 | void glRectfv(const GLfloat *v1, const GLfloat *v2); |
772 | void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2); |
773 | void glRectdv(const GLdouble *v1, const GLdouble *v2); |
774 | void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2); |
775 | void glRasterPos4sv(const GLshort *v); |
776 | void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w); |
777 | void glRasterPos4iv(const GLint *v); |
778 | void glRasterPos4i(GLint x, GLint y, GLint z, GLint w); |
779 | void glRasterPos4fv(const GLfloat *v); |
780 | void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w); |
781 | void glRasterPos4dv(const GLdouble *v); |
782 | void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w); |
783 | void glRasterPos3sv(const GLshort *v); |
784 | void glRasterPos3s(GLshort x, GLshort y, GLshort z); |
785 | void glRasterPos3iv(const GLint *v); |
786 | void glRasterPos3i(GLint x, GLint y, GLint z); |
787 | void glRasterPos3fv(const GLfloat *v); |
788 | void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z); |
789 | void glRasterPos3dv(const GLdouble *v); |
790 | void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z); |
791 | void glRasterPos2sv(const GLshort *v); |
792 | void glRasterPos2s(GLshort x, GLshort y); |
793 | void glRasterPos2iv(const GLint *v); |
794 | void glRasterPos2i(GLint x, GLint y); |
795 | void glRasterPos2fv(const GLfloat *v); |
796 | void glRasterPos2f(GLfloat x, GLfloat y); |
797 | void glRasterPos2dv(const GLdouble *v); |
798 | void glRasterPos2d(GLdouble x, GLdouble y); |
799 | void glNormal3sv(const GLshort *v); |
800 | void glNormal3s(GLshort nx, GLshort ny, GLshort nz); |
801 | void glNormal3iv(const GLint *v); |
802 | void glNormal3i(GLint nx, GLint ny, GLint nz); |
803 | void glNormal3fv(const GLfloat *v); |
804 | void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); |
805 | void glNormal3dv(const GLdouble *v); |
806 | void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz); |
807 | void glNormal3bv(const GLbyte *v); |
808 | void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz); |
809 | void glIndexsv(const GLshort *c); |
810 | void glIndexs(GLshort c); |
811 | void glIndexiv(const GLint *c); |
812 | void glIndexi(GLint c); |
813 | void glIndexfv(const GLfloat *c); |
814 | void glIndexf(GLfloat c); |
815 | void glIndexdv(const GLdouble *c); |
816 | void glIndexd(GLdouble c); |
817 | void glEnd(); |
818 | void glEdgeFlagv(const GLboolean *flag); |
819 | void glEdgeFlag(GLboolean flag); |
820 | void glColor4usv(const GLushort *v); |
821 | void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha); |
822 | void glColor4uiv(const GLuint *v); |
823 | void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha); |
824 | void glColor4ubv(const GLubyte *v); |
825 | void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); |
826 | void glColor4sv(const GLshort *v); |
827 | void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha); |
828 | void glColor4iv(const GLint *v); |
829 | void glColor4i(GLint red, GLint green, GLint blue, GLint alpha); |
830 | void glColor4fv(const GLfloat *v); |
831 | void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); |
832 | void glColor4dv(const GLdouble *v); |
833 | void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); |
834 | void glColor4bv(const GLbyte *v); |
835 | void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); |
836 | void glColor3usv(const GLushort *v); |
837 | void glColor3us(GLushort red, GLushort green, GLushort blue); |
838 | void glColor3uiv(const GLuint *v); |
839 | void glColor3ui(GLuint red, GLuint green, GLuint blue); |
840 | void glColor3ubv(const GLubyte *v); |
841 | void glColor3ub(GLubyte red, GLubyte green, GLubyte blue); |
842 | void glColor3sv(const GLshort *v); |
843 | void glColor3s(GLshort red, GLshort green, GLshort blue); |
844 | void glColor3iv(const GLint *v); |
845 | void glColor3i(GLint red, GLint green, GLint blue); |
846 | void glColor3fv(const GLfloat *v); |
847 | void glColor3f(GLfloat red, GLfloat green, GLfloat blue); |
848 | void glColor3dv(const GLdouble *v); |
849 | void glColor3d(GLdouble red, GLdouble green, GLdouble blue); |
850 | void glColor3bv(const GLbyte *v); |
851 | void glColor3b(GLbyte red, GLbyte green, GLbyte blue); |
852 | void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); |
853 | void glBegin(GLenum mode); |
854 | void glListBase(GLuint base); |
855 | GLuint glGenLists(GLsizei range); |
856 | void glDeleteLists(GLuint list, GLsizei range); |
857 | void glCallLists(GLsizei n, GLenum type, const GLvoid *lists); |
858 | void glCallList(GLuint list); |
859 | void glEndList(); |
860 | void glNewList(GLuint list, GLenum mode); |
861 | |
862 | // OpenGL 1.1 deprecated functions |
863 | void glPushClientAttrib(GLbitfield mask); |
864 | void glPopClientAttrib(); |
865 | void glPrioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities); |
866 | GLboolean glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences); |
867 | void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
868 | void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
869 | void glNormalPointer(GLenum type, GLsizei stride, const GLvoid *pointer); |
870 | void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid *pointer); |
871 | void glIndexPointer(GLenum type, GLsizei stride, const GLvoid *pointer); |
872 | void glEnableClientState(GLenum array); |
873 | void glEdgeFlagPointer(GLsizei stride, const GLvoid *pointer); |
874 | void glDisableClientState(GLenum array); |
875 | void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
876 | void glArrayElement(GLint i); |
877 | |
878 | // OpenGL 1.2 deprecated functions |
879 | void glResetMinmax(GLenum target); |
880 | void glResetHistogram(GLenum target); |
881 | void glMinmax(GLenum target, GLenum internalformat, GLboolean sink); |
882 | void glHistogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink); |
883 | void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint *params); |
884 | void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat *params); |
885 | void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values); |
886 | void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint *params); |
887 | void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat *params); |
888 | void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values); |
889 | void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column); |
890 | void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span); |
891 | void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint *params); |
892 | void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat *params); |
893 | void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid *image); |
894 | void glCopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height); |
895 | void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); |
896 | void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint *params); |
897 | void glConvolutionParameteri(GLenum target, GLenum pname, GLint params); |
898 | void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat *params); |
899 | void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params); |
900 | void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image); |
901 | void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image); |
902 | void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width); |
903 | void glColorSubTable(GLenum target, GLsizei start, GLsizei count, |
---|