Buckets:
| extern "C" { | |
| /* | |
| ** Copyright (c) 2013-2018 The Khronos Group Inc. | |
| ** | |
| ** Permission is hereby granted, free of charge, to any person obtaining a | |
| ** copy of this software and/or associated documentation files (the | |
| ** "Materials"), to deal in the Materials without restriction, including | |
| ** without limitation the rights to use, copy, modify, merge, publish, | |
| ** distribute, sublicense, and/or sell copies of the Materials, and to | |
| ** permit persons to whom the Materials are furnished to do so, subject to | |
| ** the following conditions: | |
| ** | |
| ** The above copyright notice and this permission notice shall be included | |
| ** in all copies or substantial portions of the Materials. | |
| ** | |
| ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
| ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | |
| ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
| ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
| ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. | |
| */ | |
| /* | |
| ** This header is generated from the Khronos OpenGL / OpenGL ES XML | |
| ** API Registry. The current version of the Registry, generator scripts | |
| ** used to make the header, and the header can be found at | |
| ** https://github.com/KhronosGroup/OpenGL-Registry | |
| */ | |
| /* Generated on date 20200423 */ | |
| /* Generated C header for: | |
| * API: gles1 | |
| * Profile: common | |
| * Versions considered: .* | |
| * Versions emitted: .* | |
| * Default extensions included: None | |
| * Additional extensions included: ^(GL_OES_read_format|GL_OES_compressed_paletted_texture|GL_OES_point_size_array|GL_OES_point_sprite)$ | |
| * Extensions removed: _nomatch_^ | |
| */ | |
| typedef khronos_int8_t GLbyte; | |
| typedef khronos_float_t GLclampf; | |
| typedef khronos_int16_t GLshort; | |
| typedef khronos_uint16_t GLushort; | |
| typedef void GLvoid; | |
| typedef unsigned int GLenum; | |
| typedef khronos_float_t GLfloat; | |
| typedef khronos_int32_t GLfixed; | |
| typedef unsigned int GLuint; | |
| typedef khronos_ssize_t GLsizeiptr; | |
| typedef khronos_intptr_t GLintptr; | |
| typedef unsigned int GLbitfield; | |
| typedef int GLint; | |
| typedef khronos_uint8_t GLubyte; | |
| typedef unsigned char GLboolean; | |
| typedef int GLsizei; | |
| typedef khronos_int32_t GLclampx; | |
| GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref); | |
| GL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); | |
| GL_API void GL_APIENTRY glClearDepthf (GLfloat d); | |
| GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn); | |
| GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); | |
| GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); | |
| GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); | |
| GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); | |
| GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data); | |
| GL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); | |
| GL_API void GL_APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); | |
| GL_API void GL_APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); | |
| GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); | |
| GL_API void GL_APIENTRY glLightModelf (GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glLineWidth (GLfloat width); | |
| GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m); | |
| GL_API void GL_APIENTRY glMaterialf (GLenum face, GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glMaterialfv (GLenum face, GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m); | |
| GL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); | |
| GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); | |
| GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); | |
| GL_API void GL_APIENTRY glPointParameterf (GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glPointSize (GLfloat size); | |
| GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); | |
| GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z); | |
| GL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z); | |
| GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param); | |
| GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params); | |
| GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z); | |
| GL_API void GL_APIENTRY glActiveTexture (GLenum texture); | |
| GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); | |
| GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); | |
| GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); | |
| GL_API void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor); | |
| GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage); | |
| GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); | |
| GL_API void GL_APIENTRY glClear (GLbitfield mask); | |
| GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); | |
| GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); | |
| GL_API void GL_APIENTRY glClearStencil (GLint s); | |
| GL_API void GL_APIENTRY glClientActiveTexture (GLenum texture); | |
| GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); | |
| GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); | |
| GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); | |
| GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); | |
| GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); | |
| GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); | |
| GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); | |
| GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); | |
| GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); | |
| GL_API void GL_APIENTRY glCullFace (GLenum mode); | |
| GL_API void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers); | |
| GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); | |
| GL_API void GL_APIENTRY glDepthFunc (GLenum func); | |
| GL_API void GL_APIENTRY glDepthMask (GLboolean flag); | |
| GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f); | |
| GL_API void GL_APIENTRY glDisable (GLenum cap); | |
| GL_API void GL_APIENTRY glDisableClientState (GLenum array); | |
| GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); | |
| GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices); | |
| GL_API void GL_APIENTRY glEnable (GLenum cap); | |
| GL_API void GL_APIENTRY glEnableClientState (GLenum array); | |
| GL_API void GL_APIENTRY glFinish (void); | |
| GL_API void GL_APIENTRY glFlush (void); | |
| GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *param); | |
| GL_API void GL_APIENTRY glFrontFace (GLenum mode); | |
| GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); | |
| GL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data); | |
| GL_API void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params); | |
| GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation); | |
| GL_API void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers); | |
| GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures); | |
| GL_API GLenum GL_APIENTRY glGetError (void); | |
| GL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params); | |
| GL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *data); | |
| GL_API void GL_APIENTRY glGetLightxv (GLenum light, GLenum pname, GLfixed *params); | |
| GL_API void GL_APIENTRY glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params); | |
| GL_API void GL_APIENTRY glGetPointerv (GLenum pname, void **params); | |
| GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name); | |
| GL_API void GL_APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params); | |
| GL_API void GL_APIENTRY glGetTexEnvxv (GLenum target, GLenum pname, GLfixed *params); | |
| GL_API void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params); | |
| GL_API void GL_APIENTRY glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params); | |
| GL_API void GL_APIENTRY glHint (GLenum target, GLenum mode); | |
| GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); | |
| GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap); | |
| GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture); | |
| GL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *param); | |
| GL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params); | |
| GL_API void GL_APIENTRY glLineWidthx (GLfixed width); | |
| GL_API void GL_APIENTRY glLoadIdentity (void); | |
| GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m); | |
| GL_API void GL_APIENTRY glLogicOp (GLenum opcode); | |
| GL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *param); | |
| GL_API void GL_APIENTRY glMatrixMode (GLenum mode); | |
| GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m); | |
| GL_API void GL_APIENTRY glMultiTexCoord4x (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q); | |
| GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz); | |
| GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer); | |
| GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f); | |
| GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param); | |
| GL_API void GL_APIENTRY glPointParameterx (GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glPointParameterxv (GLenum pname, const GLfixed *params); | |
| GL_API void GL_APIENTRY glPointSizex (GLfixed size); | |
| GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); | |
| GL_API void GL_APIENTRY glPopMatrix (void); | |
| GL_API void GL_APIENTRY glPushMatrix (void); | |
| GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); | |
| GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); | |
| GL_API void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert); | |
| GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert); | |
| GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z); | |
| GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); | |
| GL_API void GL_APIENTRY glShadeModel (GLenum mode); | |
| GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); | |
| GL_API void GL_APIENTRY glStencilMask (GLuint mask); | |
| GL_API void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass); | |
| GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); | |
| GL_API void GL_APIENTRY glTexEnvi (GLenum target, GLenum pname, GLint param); | |
| GL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glTexEnviv (GLenum target, GLenum pname, const GLint *params); | |
| GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params); | |
| GL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); | |
| GL_API void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param); | |
| GL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param); | |
| GL_API void GL_APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params); | |
| GL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params); | |
| GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); | |
| GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z); | |
| GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer); | |
| GL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); | |
| GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer); | |
| } | |
Xet Storage Details
- Size:
- 31.7 kB
- Xet hash:
- a9f3567017e05a650834240f1443bd55db1d142f0c592ccfce67b7702711651e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.