Mercurial > sdl-ios-xcode
annotate include/SDL_opengles.h @ 2366:4a6d5bff9521 gsoc2008_iphone
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 18 Jul 2008 18:09:04 +0000 |
parents | |
children | 83cf833940ba |
rev | line source |
---|---|
2366
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
1 #ifndef __gl_h_ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
2 #define __gl_h_ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
3 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
4 /* $Id: gl.h 4533 2007-11-26 11:19:35Z markc $ */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
6 //#include <GLES/glplatform.h> |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
7 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
8 #ifdef __cplusplus |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
9 extern "C" { |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
10 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
11 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
12 #ifdef __IPHONEOS__ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
13 #include <OpenGLES/ES1/gl.h> |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
14 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
15 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
16 #ifndef APIENTRY |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
17 #define APIENTRY |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
18 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
19 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
20 #ifndef GL_APIENTRY |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
21 #define GL_APIENTRY |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
22 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
23 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
24 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
25 /* |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
26 ** License Applicability. Except to the extent portions of this file are |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
27 ** made subject to an alternative license as permitted in the SGI Free |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
28 ** Software License B, Version 1.0 (the "License"), the contents of this |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
29 ** file are subject only to the provisions of the License. You may not use |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
30 ** this file except in compliance with the License. You may obtain a copy |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
31 ** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
32 ** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
33 ** |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
34 ** http://oss.sgi.com/projects/FreeB |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
35 ** |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
36 ** Note that, as provided in the License, the Software is distributed on an |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
37 ** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
38 ** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
39 ** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
40 ** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
41 ** |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
42 ** Original Code. The Original Code is: OpenGL Sample Implementation, |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
43 ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
44 ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
45 ** Copyright in any portions created by third parties is as indicated |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
46 ** elsewhere herein. All Rights Reserved. |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
47 ** |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
48 ** Additional Notice Provisions: The application programming interfaces |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
49 ** established by SGI in conjunction with the Original Code are The |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
50 ** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
51 ** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
52 ** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
53 ** Window System(R) (Version 1.3), released October 19, 1998. This software |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
54 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
55 ** published by SGI, but has not been independently verified as being |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
56 ** compliant with the OpenGL(R) version 1.2.1 Specification. |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
57 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
58 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
59 typedef unsigned int GLenum; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
60 typedef unsigned char GLboolean; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
61 typedef unsigned int GLbitfield; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
62 typedef signed char GLbyte; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
63 typedef short GLshort; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
64 typedef int GLint; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
65 typedef int GLsizei; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
66 typedef unsigned char GLubyte; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
67 typedef unsigned short GLushort; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
68 typedef unsigned int GLuint; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
69 typedef float GLfloat; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
70 typedef float GLclampf; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
71 typedef void GLvoid; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
72 typedef int GLfixed; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
73 typedef int GLclampx; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
74 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
75 typedef int GLintptr; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
76 typedef int GLsizeiptr; |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
77 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
78 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
79 /*************************************************************/ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
80 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
81 /* OpenGL ES core versions */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
82 #define GL_VERSION_ES_CM_1_0 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
83 #define GL_VERSION_ES_CL_1_0 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
84 #define GL_VERSION_ES_CM_1_1 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
85 #define GL_VERSION_ES_CL_1_1 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
86 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
87 /* ClearBufferMask */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
88 #define GL_DEPTH_BUFFER_BIT 0x00000100 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
89 #define GL_STENCIL_BUFFER_BIT 0x00000400 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
90 #define GL_COLOR_BUFFER_BIT 0x00004000 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
91 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
92 /* Boolean */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
93 #define GL_FALSE 0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
94 #define GL_TRUE 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
95 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
96 /* BeginMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
97 #define GL_POINTS 0x0000 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
98 #define GL_LINES 0x0001 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
99 #define GL_LINE_LOOP 0x0002 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
100 #define GL_LINE_STRIP 0x0003 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
101 #define GL_TRIANGLES 0x0004 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
102 #define GL_TRIANGLE_STRIP 0x0005 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
103 #define GL_TRIANGLE_FAN 0x0006 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
104 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
105 /* AlphaFunction */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
106 #define GL_NEVER 0x0200 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
107 #define GL_LESS 0x0201 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
108 #define GL_EQUAL 0x0202 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
109 #define GL_LEQUAL 0x0203 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
110 #define GL_GREATER 0x0204 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
111 #define GL_NOTEQUAL 0x0205 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
112 #define GL_GEQUAL 0x0206 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
113 #define GL_ALWAYS 0x0207 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
114 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
115 /* BlendingFactorDest */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
116 #define GL_ZERO 0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
117 #define GL_ONE 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
118 #define GL_SRC_COLOR 0x0300 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
119 #define GL_ONE_MINUS_SRC_COLOR 0x0301 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
120 #define GL_SRC_ALPHA 0x0302 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
121 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
122 #define GL_DST_ALPHA 0x0304 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
123 #define GL_ONE_MINUS_DST_ALPHA 0x0305 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
124 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
125 /* BlendingFactorSrc */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
126 /* GL_ZERO */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
127 /* GL_ONE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
128 #define GL_DST_COLOR 0x0306 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
129 #define GL_ONE_MINUS_DST_COLOR 0x0307 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
130 #define GL_SRC_ALPHA_SATURATE 0x0308 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
131 /* GL_SRC_ALPHA */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
132 /* GL_ONE_MINUS_SRC_ALPHA */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
133 /* GL_DST_ALPHA */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
134 /* GL_ONE_MINUS_DST_ALPHA */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
135 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
136 /* ClipPlaneName */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
137 #define GL_CLIP_PLANE0 0x3000 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
138 #define GL_CLIP_PLANE1 0x3001 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
139 #define GL_CLIP_PLANE2 0x3002 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
140 #define GL_CLIP_PLANE3 0x3003 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
141 #define GL_CLIP_PLANE4 0x3004 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
142 #define GL_CLIP_PLANE5 0x3005 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
143 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
144 /* ColorMaterialFace */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
145 /* GL_FRONT_AND_BACK */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
146 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
147 /* ColorMaterialParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
148 /* GL_AMBIENT_AND_DIFFUSE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
149 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
150 /* ColorPointerType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
151 /* GL_UNSIGNED_BYTE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
152 /* GL_FLOAT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
153 /* GL_FIXED */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
154 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
155 /* CullFaceMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
156 #define GL_FRONT 0x0404 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
157 #define GL_BACK 0x0405 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
158 #define GL_FRONT_AND_BACK 0x0408 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
159 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
160 /* DepthFunction */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
161 /* GL_NEVER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
162 /* GL_LESS */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
163 /* GL_EQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
164 /* GL_LEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
165 /* GL_GREATER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
166 /* GL_NOTEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
167 /* GL_GEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
168 /* GL_ALWAYS */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
169 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
170 /* EnableCap */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
171 #define GL_FOG 0x0B60 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
172 #define GL_LIGHTING 0x0B50 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
173 #define GL_TEXTURE_2D 0x0DE1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
174 #define GL_CULL_FACE 0x0B44 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
175 #define GL_ALPHA_TEST 0x0BC0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
176 #define GL_BLEND 0x0BE2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
177 #define GL_COLOR_LOGIC_OP 0x0BF2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
178 #define GL_DITHER 0x0BD0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
179 #define GL_STENCIL_TEST 0x0B90 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
180 #define GL_DEPTH_TEST 0x0B71 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
181 /* GL_LIGHT0 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
182 /* GL_LIGHT1 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
183 /* GL_LIGHT2 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
184 /* GL_LIGHT3 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
185 /* GL_LIGHT4 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
186 /* GL_LIGHT5 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
187 /* GL_LIGHT6 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
188 /* GL_LIGHT7 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
189 #define GL_POINT_SMOOTH 0x0B10 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
190 #define GL_LINE_SMOOTH 0x0B20 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
191 #define GL_SCISSOR_TEST 0x0C11 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
192 #define GL_COLOR_MATERIAL 0x0B57 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
193 #define GL_NORMALIZE 0x0BA1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
194 #define GL_RESCALE_NORMAL 0x803A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
195 #define GL_POLYGON_OFFSET_FILL 0x8037 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
196 #define GL_VERTEX_ARRAY 0x8074 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
197 #define GL_NORMAL_ARRAY 0x8075 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
198 #define GL_COLOR_ARRAY 0x8076 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
199 #define GL_TEXTURE_COORD_ARRAY 0x8078 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
200 #define GL_MULTISAMPLE 0x809D |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
201 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
202 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
203 #define GL_SAMPLE_COVERAGE 0x80A0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
204 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
205 /* ErrorCode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
206 #define GL_NO_ERROR 0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
207 #define GL_INVALID_ENUM 0x0500 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
208 #define GL_INVALID_VALUE 0x0501 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
209 #define GL_INVALID_OPERATION 0x0502 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
210 #define GL_STACK_OVERFLOW 0x0503 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
211 #define GL_STACK_UNDERFLOW 0x0504 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
212 #define GL_OUT_OF_MEMORY 0x0505 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
213 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
214 /* FogMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
215 /* GL_LINEAR */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
216 #define GL_EXP 0x0800 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
217 #define GL_EXP2 0x0801 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
218 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
219 /* FogParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
220 #define GL_FOG_DENSITY 0x0B62 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
221 #define GL_FOG_START 0x0B63 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
222 #define GL_FOG_END 0x0B64 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
223 #define GL_FOG_MODE 0x0B65 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
224 #define GL_FOG_COLOR 0x0B66 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
225 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
226 /* FrontFaceDirection */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
227 #define GL_CW 0x0900 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
228 #define GL_CCW 0x0901 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
229 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
230 /* GetPName */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
231 #define GL_CURRENT_COLOR 0x0B00 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
232 #define GL_CURRENT_NORMAL 0x0B02 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
233 #define GL_CURRENT_TEXTURE_COORDS 0x0B03 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
234 #define GL_POINT_SIZE 0x0B11 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
235 #define GL_POINT_SIZE_MIN 0x8126 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
236 #define GL_POINT_SIZE_MAX 0x8127 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
237 #define GL_POINT_FADE_THRESHOLD_SIZE 0x8128 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
238 #define GL_POINT_DISTANCE_ATTENUATION 0x8129 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
239 #define GL_SMOOTH_POINT_SIZE_RANGE 0x0B12 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
240 #define GL_LINE_WIDTH 0x0B21 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
241 #define GL_SMOOTH_LINE_WIDTH_RANGE 0x0B22 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
242 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
243 #define GL_ALIASED_LINE_WIDTH_RANGE 0x846E |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
244 #define GL_CULL_FACE_MODE 0x0B45 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
245 #define GL_FRONT_FACE 0x0B46 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
246 #define GL_SHADE_MODEL 0x0B54 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
247 #define GL_DEPTH_RANGE 0x0B70 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
248 #define GL_DEPTH_WRITEMASK 0x0B72 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
249 #define GL_DEPTH_CLEAR_VALUE 0x0B73 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
250 #define GL_DEPTH_FUNC 0x0B74 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
251 #define GL_STENCIL_CLEAR_VALUE 0x0B91 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
252 #define GL_STENCIL_FUNC 0x0B92 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
253 #define GL_STENCIL_VALUE_MASK 0x0B93 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
254 #define GL_STENCIL_FAIL 0x0B94 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
255 #define GL_STENCIL_PASS_DEPTH_FAIL 0x0B95 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
256 #define GL_STENCIL_PASS_DEPTH_PASS 0x0B96 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
257 #define GL_STENCIL_REF 0x0B97 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
258 #define GL_STENCIL_WRITEMASK 0x0B98 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
259 #define GL_MATRIX_MODE 0x0BA0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
260 #define GL_VIEWPORT 0x0BA2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
261 #define GL_MODELVIEW_STACK_DEPTH 0x0BA3 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
262 #define GL_PROJECTION_STACK_DEPTH 0x0BA4 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
263 #define GL_TEXTURE_STACK_DEPTH 0x0BA5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
264 #define GL_MODELVIEW_MATRIX 0x0BA6 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
265 #define GL_PROJECTION_MATRIX 0x0BA7 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
266 #define GL_TEXTURE_MATRIX 0x0BA8 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
267 #define GL_ALPHA_TEST_FUNC 0x0BC1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
268 #define GL_ALPHA_TEST_REF 0x0BC2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
269 #define GL_BLEND_DST 0x0BE0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
270 #define GL_BLEND_SRC 0x0BE1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
271 #define GL_LOGIC_OP_MODE 0x0BF0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
272 #define GL_SCISSOR_BOX 0x0C10 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
273 #define GL_SCISSOR_TEST 0x0C11 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
274 #define GL_COLOR_CLEAR_VALUE 0x0C22 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
275 #define GL_COLOR_WRITEMASK 0x0C23 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
276 #define GL_UNPACK_ALIGNMENT 0x0CF5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
277 #define GL_PACK_ALIGNMENT 0x0D05 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
278 #define GL_MAX_LIGHTS 0x0D31 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
279 #define GL_MAX_CLIP_PLANES 0x0D32 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
280 #define GL_MAX_TEXTURE_SIZE 0x0D33 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
281 #define GL_MAX_MODELVIEW_STACK_DEPTH 0x0D36 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
282 #define GL_MAX_PROJECTION_STACK_DEPTH 0x0D38 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
283 #define GL_MAX_TEXTURE_STACK_DEPTH 0x0D39 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
284 #define GL_MAX_VIEWPORT_DIMS 0x0D3A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
285 #define GL_MAX_TEXTURE_UNITS 0x84E2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
286 #define GL_SUBPIXEL_BITS 0x0D50 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
287 #define GL_RED_BITS 0x0D52 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
288 #define GL_GREEN_BITS 0x0D53 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
289 #define GL_BLUE_BITS 0x0D54 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
290 #define GL_ALPHA_BITS 0x0D55 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
291 #define GL_DEPTH_BITS 0x0D56 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
292 #define GL_STENCIL_BITS 0x0D57 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
293 #define GL_POLYGON_OFFSET_UNITS 0x2A00 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
294 #define GL_POLYGON_OFFSET_FILL 0x8037 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
295 #define GL_POLYGON_OFFSET_FACTOR 0x8038 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
296 #define GL_TEXTURE_BINDING_2D 0x8069 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
297 #define GL_VERTEX_ARRAY_SIZE 0x807A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
298 #define GL_VERTEX_ARRAY_TYPE 0x807B |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
299 #define GL_VERTEX_ARRAY_STRIDE 0x807C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
300 #define GL_NORMAL_ARRAY_TYPE 0x807E |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
301 #define GL_NORMAL_ARRAY_STRIDE 0x807F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
302 #define GL_COLOR_ARRAY_SIZE 0x8081 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
303 #define GL_COLOR_ARRAY_TYPE 0x8082 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
304 #define GL_COLOR_ARRAY_STRIDE 0x8083 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
305 #define GL_TEXTURE_COORD_ARRAY_SIZE 0x8088 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
306 #define GL_TEXTURE_COORD_ARRAY_TYPE 0x8089 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
307 #define GL_TEXTURE_COORD_ARRAY_STRIDE 0x808A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
308 #define GL_VERTEX_ARRAY_POINTER 0x808E |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
309 #define GL_NORMAL_ARRAY_POINTER 0x808F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
310 #define GL_COLOR_ARRAY_POINTER 0x8090 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
311 #define GL_TEXTURE_COORD_ARRAY_POINTER 0x8092 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
312 #define GL_SAMPLE_BUFFERS 0x80A8 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
313 #define GL_SAMPLES 0x80A9 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
314 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
315 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
316 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
317 /* GetTextureParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
318 /* GL_TEXTURE_MAG_FILTER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
319 /* GL_TEXTURE_MIN_FILTER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
320 /* GL_TEXTURE_WRAP_S */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
321 /* GL_TEXTURE_WRAP_T */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
322 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
323 #define GL_NUM_COMPRESSED_TEXTURE_FORMATS 0x86A2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
324 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
325 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
326 /* HintMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
327 #define GL_DONT_CARE 0x1100 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
328 #define GL_FASTEST 0x1101 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
329 #define GL_NICEST 0x1102 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
330 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
331 /* HintTarget */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
332 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
333 #define GL_POINT_SMOOTH_HINT 0x0C51 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
334 #define GL_LINE_SMOOTH_HINT 0x0C52 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
335 #define GL_FOG_HINT 0x0C54 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
336 #define GL_GENERATE_MIPMAP_HINT 0x8192 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
337 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
338 /* LightModelParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
339 #define GL_LIGHT_MODEL_AMBIENT 0x0B53 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
340 #define GL_LIGHT_MODEL_TWO_SIDE 0x0B52 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
341 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
342 /* LightParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
343 #define GL_AMBIENT 0x1200 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
344 #define GL_DIFFUSE 0x1201 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
345 #define GL_SPECULAR 0x1202 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
346 #define GL_POSITION 0x1203 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
347 #define GL_SPOT_DIRECTION 0x1204 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
348 #define GL_SPOT_EXPONENT 0x1205 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
349 #define GL_SPOT_CUTOFF 0x1206 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
350 #define GL_CONSTANT_ATTENUATION 0x1207 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
351 #define GL_LINEAR_ATTENUATION 0x1208 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
352 #define GL_QUADRATIC_ATTENUATION 0x1209 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
353 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
354 /* DataType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
355 #define GL_BYTE 0x1400 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
356 #define GL_UNSIGNED_BYTE 0x1401 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
357 #define GL_SHORT 0x1402 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
358 #define GL_UNSIGNED_SHORT 0x1403 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
359 #define GL_FLOAT 0x1406 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
360 #define GL_FIXED 0x140C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
361 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
362 /* LogicOp */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
363 #define GL_CLEAR 0x1500 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
364 #define GL_AND 0x1501 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
365 #define GL_AND_REVERSE 0x1502 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
366 #define GL_COPY 0x1503 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
367 #define GL_AND_INVERTED 0x1504 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
368 #define GL_NOOP 0x1505 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
369 #define GL_XOR 0x1506 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
370 #define GL_OR 0x1507 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
371 #define GL_NOR 0x1508 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
372 #define GL_EQUIV 0x1509 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
373 #define GL_INVERT 0x150A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
374 #define GL_OR_REVERSE 0x150B |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
375 #define GL_COPY_INVERTED 0x150C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
376 #define GL_OR_INVERTED 0x150D |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
377 #define GL_NAND 0x150E |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
378 #define GL_SET 0x150F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
379 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
380 /* MaterialFace */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
381 /* GL_FRONT_AND_BACK */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
382 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
383 /* MaterialParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
384 #define GL_EMISSION 0x1600 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
385 #define GL_SHININESS 0x1601 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
386 #define GL_AMBIENT_AND_DIFFUSE 0x1602 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
387 /* GL_AMBIENT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
388 /* GL_DIFFUSE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
389 /* GL_SPECULAR */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
390 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
391 /* MatrixMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
392 #define GL_MODELVIEW 0x1700 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
393 #define GL_PROJECTION 0x1701 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
394 #define GL_TEXTURE 0x1702 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
395 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
396 /* NormalPointerType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
397 /* GL_BYTE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
398 /* GL_SHORT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
399 /* GL_FLOAT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
400 /* GL_FIXED */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
401 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
402 /* PixelFormat */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
403 #define GL_ALPHA 0x1906 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
404 #define GL_RGB 0x1907 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
405 #define GL_RGBA 0x1908 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
406 #define GL_LUMINANCE 0x1909 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
407 #define GL_LUMINANCE_ALPHA 0x190A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
408 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
409 /* PixelStoreParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
410 #define GL_UNPACK_ALIGNMENT 0x0CF5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
411 #define GL_PACK_ALIGNMENT 0x0D05 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
412 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
413 /* PixelType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
414 /* GL_UNSIGNED_BYTE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
415 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
416 #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
417 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
418 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
419 /* ShadingModel */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
420 #define GL_FLAT 0x1D00 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
421 #define GL_SMOOTH 0x1D01 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
422 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
423 /* StencilFunction */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
424 /* GL_NEVER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
425 /* GL_LESS */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
426 /* GL_EQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
427 /* GL_LEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
428 /* GL_GREATER */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
429 /* GL_NOTEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
430 /* GL_GEQUAL */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
431 /* GL_ALWAYS */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
432 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
433 /* StencilOp */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
434 /* GL_ZERO */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
435 #define GL_KEEP 0x1E00 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
436 #define GL_REPLACE 0x1E01 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
437 #define GL_INCR 0x1E02 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
438 #define GL_DECR 0x1E03 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
439 /* GL_INVERT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
440 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
441 /* StringName */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
442 #define GL_VENDOR 0x1F00 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
443 #define GL_RENDERER 0x1F01 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
444 #define GL_VERSION 0x1F02 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
445 #define GL_EXTENSIONS 0x1F03 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
446 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
447 /* TexCoordPointerType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
448 /* GL_SHORT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
449 /* GL_FLOAT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
450 /* GL_FIXED */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
451 /* GL_BYTE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
452 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
453 /* TextureEnvMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
454 #define GL_MODULATE 0x2100 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
455 #define GL_DECAL 0x2101 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
456 /* GL_BLEND */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
457 #define GL_ADD 0x0104 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
458 /* GL_REPLACE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
459 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
460 /* TextureEnvParameter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
461 #define GL_TEXTURE_ENV_MODE 0x2200 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
462 #define GL_TEXTURE_ENV_COLOR 0x2201 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
463 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
464 /* TextureEnvTarget */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
465 #define GL_TEXTURE_ENV 0x2300 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
466 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
467 /* TextureMagFilter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
468 #define GL_NEAREST 0x2600 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
469 #define GL_LINEAR 0x2601 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
470 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
471 /* TextureMinFilter */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
472 /* GL_NEAREST */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
473 /* GL_LINEAR */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
474 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
475 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
476 #define GL_NEAREST_MIPMAP_LINEAR 0x2702 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
477 #define GL_LINEAR_MIPMAP_LINEAR 0x2703 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
478 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
479 /* TextureParameterName */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
480 #define GL_TEXTURE_MAG_FILTER 0x2800 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
481 #define GL_TEXTURE_MIN_FILTER 0x2801 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
482 #define GL_TEXTURE_WRAP_S 0x2802 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
483 #define GL_TEXTURE_WRAP_T 0x2803 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
484 #define GL_GENERATE_MIPMAP 0x8191 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
485 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
486 /* TextureTarget */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
487 /* GL_TEXTURE_2D */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
488 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
489 /* TextureUnit */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
490 #define GL_TEXTURE0 0x84C0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
491 #define GL_TEXTURE1 0x84C1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
492 #define GL_TEXTURE2 0x84C2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
493 #define GL_TEXTURE3 0x84C3 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
494 #define GL_TEXTURE4 0x84C4 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
495 #define GL_TEXTURE5 0x84C5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
496 #define GL_TEXTURE6 0x84C6 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
497 #define GL_TEXTURE7 0x84C7 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
498 #define GL_TEXTURE8 0x84C8 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
499 #define GL_TEXTURE9 0x84C9 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
500 #define GL_TEXTURE10 0x84CA |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
501 #define GL_TEXTURE11 0x84CB |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
502 #define GL_TEXTURE12 0x84CC |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
503 #define GL_TEXTURE13 0x84CD |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
504 #define GL_TEXTURE14 0x84CE |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
505 #define GL_TEXTURE15 0x84CF |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
506 #define GL_TEXTURE16 0x84D0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
507 #define GL_TEXTURE17 0x84D1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
508 #define GL_TEXTURE18 0x84D2 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
509 #define GL_TEXTURE19 0x84D3 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
510 #define GL_TEXTURE20 0x84D4 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
511 #define GL_TEXTURE21 0x84D5 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
512 #define GL_TEXTURE22 0x84D6 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
513 #define GL_TEXTURE23 0x84D7 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
514 #define GL_TEXTURE24 0x84D8 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
515 #define GL_TEXTURE25 0x84D9 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
516 #define GL_TEXTURE26 0x84DA |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
517 #define GL_TEXTURE27 0x84DB |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
518 #define GL_TEXTURE28 0x84DC |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
519 #define GL_TEXTURE29 0x84DD |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
520 #define GL_TEXTURE30 0x84DE |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
521 #define GL_TEXTURE31 0x84DF |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
522 #define GL_ACTIVE_TEXTURE 0x84E0 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
523 #define GL_CLIENT_ACTIVE_TEXTURE 0x84E1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
524 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
525 /* TextureWrapMode */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
526 #define GL_REPEAT 0x2901 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
527 #define GL_CLAMP_TO_EDGE 0x812F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
528 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
529 /* VertexPointerType */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
530 /* GL_SHORT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
531 /* GL_FLOAT */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
532 /* GL_FIXED */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
533 /* GL_BYTE */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
534 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
535 /* LightName */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
536 #define GL_LIGHT0 0x4000 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
537 #define GL_LIGHT1 0x4001 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
538 #define GL_LIGHT2 0x4002 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
539 #define GL_LIGHT3 0x4003 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
540 #define GL_LIGHT4 0x4004 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
541 #define GL_LIGHT5 0x4005 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
542 #define GL_LIGHT6 0x4006 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
543 #define GL_LIGHT7 0x4007 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
544 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
545 /* Buffer Objects */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
546 #define GL_ARRAY_BUFFER 0x8892 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
547 #define GL_ELEMENT_ARRAY_BUFFER 0x8893 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
548 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
549 #define GL_ARRAY_BUFFER_BINDING 0x8894 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
550 #define GL_ELEMENT_ARRAY_BUFFER_BINDING 0x8895 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
551 #define GL_VERTEX_ARRAY_BUFFER_BINDING 0x8896 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
552 #define GL_NORMAL_ARRAY_BUFFER_BINDING 0x8897 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
553 #define GL_COLOR_ARRAY_BUFFER_BINDING 0x8898 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
554 #define GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 0x889A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
555 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
556 #define GL_STATIC_DRAW 0x88E4 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
557 #define GL_DYNAMIC_DRAW 0x88E8 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
558 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
559 #define GL_BUFFER_SIZE 0x8764 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
560 #define GL_BUFFER_USAGE 0x8765 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
561 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
562 /* Texture combine + dot3 */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
563 #define GL_SUBTRACT 0x84E7 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
564 #define GL_COMBINE 0x8570 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
565 #define GL_COMBINE_RGB 0x8571 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
566 #define GL_COMBINE_ALPHA 0x8572 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
567 #define GL_RGB_SCALE 0x8573 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
568 #define GL_ADD_SIGNED 0x8574 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
569 #define GL_INTERPOLATE 0x8575 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
570 #define GL_CONSTANT 0x8576 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
571 #define GL_PRIMARY_COLOR 0x8577 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
572 #define GL_PREVIOUS 0x8578 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
573 #define GL_OPERAND0_RGB 0x8590 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
574 #define GL_OPERAND1_RGB 0x8591 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
575 #define GL_OPERAND2_RGB 0x8592 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
576 #define GL_OPERAND0_ALPHA 0x8598 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
577 #define GL_OPERAND1_ALPHA 0x8599 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
578 #define GL_OPERAND2_ALPHA 0x859A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
579 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
580 #define GL_ALPHA_SCALE 0x0D1C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
581 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
582 #define GL_SRC0_RGB 0x8580 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
583 #define GL_SRC1_RGB 0x8581 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
584 #define GL_SRC2_RGB 0x8582 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
585 #define GL_SRC0_ALPHA 0x8588 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
586 #define GL_SRC1_ALPHA 0x8589 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
587 #define GL_SRC2_ALPHA 0x858A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
588 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
589 #define GL_DOT3_RGB 0x86AE |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
590 #define GL_DOT3_RGBA 0x86AF |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
591 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
592 /*------------------------------------------------------------------------* |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
593 * required OES extension tokens |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
594 *------------------------------------------------------------------------*/ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
595 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
596 /* OES_read_format */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
597 #ifndef GL_OES_read_format |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
598 #define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES 0x8B9A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
599 #define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
600 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
601 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
602 /* GL_OES_compressed_paletted_texture */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
603 #ifndef GL_OES_compressed_paletted_texture |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
604 #define GL_PALETTE4_RGB8_OES 0x8B90 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
605 #define GL_PALETTE4_RGBA8_OES 0x8B91 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
606 #define GL_PALETTE4_R5_G6_B5_OES 0x8B92 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
607 #define GL_PALETTE4_RGBA4_OES 0x8B93 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
608 #define GL_PALETTE4_RGB5_A1_OES 0x8B94 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
609 #define GL_PALETTE8_RGB8_OES 0x8B95 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
610 #define GL_PALETTE8_RGBA8_OES 0x8B96 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
611 #define GL_PALETTE8_R5_G6_B5_OES 0x8B97 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
612 #define GL_PALETTE8_RGBA4_OES 0x8B98 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
613 #define GL_PALETTE8_RGB5_A1_OES 0x8B99 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
614 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
615 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
616 /* OES_point_size_array */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
617 #ifndef GL_OES_point_size_array |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
618 #define GL_POINT_SIZE_ARRAY_OES 0x8B9C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
619 #define GL_POINT_SIZE_ARRAY_TYPE_OES 0x898A |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
620 #define GL_POINT_SIZE_ARRAY_STRIDE_OES 0x898B |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
621 #define GL_POINT_SIZE_ARRAY_POINTER_OES 0x898C |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
622 #define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES 0x8B9F |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
623 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
624 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
625 /* GL_OES_point_sprite */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
626 #ifndef GL_OES_point_sprite |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
627 #define GL_POINT_SPRITE_OES 0x8861 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
628 #define GL_COORD_REPLACE_OES 0x8862 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
629 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
630 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
631 /*************************************************************/ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
632 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
633 /* Available only in Common profile */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
634 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
635 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
636 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
637 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
638 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
639 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
640 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
641 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
642 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
643 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
644 GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
645 GL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
646 GL_API void GL_APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
647 GL_API void GL_APIENTRY glGetTexEnvfv (GLenum env, GLenum pname, GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
648 GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
649 GL_API void GL_APIENTRY glLightModelf (GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
650 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
651 GL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
652 GL_API void GL_APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
653 GL_API void GL_APIENTRY glLineWidth (GLfloat width); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
654 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
655 GL_API void GL_APIENTRY glMaterialf (GLenum face, GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
656 GL_API void GL_APIENTRY glMaterialfv (GLenum face, GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
657 GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
658 GL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
659 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
660 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
661 GL_API void GL_APIENTRY glPointParameterf (GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
662 GL_API void GL_APIENTRY glPointParameterfv (GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
663 GL_API void GL_APIENTRY glPointSize (GLfloat size); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
664 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
665 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
666 GL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
667 GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
668 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
669 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
670 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
671 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
672 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
673 /* Available in both Common and Common-Lite profiles */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
674 GL_API void GL_APIENTRY glActiveTexture (GLenum texture); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
675 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
676 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
677 GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
678 GL_API void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
679 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
680 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
681 GL_API void GL_APIENTRY glClear (GLbitfield mask); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
682 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
683 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
684 GL_API void GL_APIENTRY glClearStencil (GLint s); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
685 GL_API void GL_APIENTRY glClientActiveTexture (GLenum texture); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
686 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
687 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
688 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
689 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
690 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
691 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
692 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
693 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
694 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
695 GL_API void GL_APIENTRY glCullFace (GLenum mode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
696 GL_API void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
697 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
698 GL_API void GL_APIENTRY glDepthFunc (GLenum func); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
699 GL_API void GL_APIENTRY glDepthMask (GLboolean flag); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
700 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
701 GL_API void GL_APIENTRY glDisable (GLenum cap); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
702 GL_API void GL_APIENTRY glDisableClientState (GLenum array); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
703 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
704 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
705 GL_API void GL_APIENTRY glEnable (GLenum cap); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
706 GL_API void GL_APIENTRY glEnableClientState (GLenum array); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
707 GL_API void GL_APIENTRY glFinish (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
708 GL_API void GL_APIENTRY glFlush (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
709 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
710 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
711 GL_API void GL_APIENTRY glFrontFace (GLenum mode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
712 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
713 GL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
714 GL_API void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
715 GL_API void GL_APIENTRY glGetClipPlanex (GLenum pname, GLfixed eqn[4]); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
716 GL_API void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
717 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
718 GL_API GLenum GL_APIENTRY glGetError (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
719 GL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
720 GL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
721 GL_API void GL_APIENTRY glGetLightxv (GLenum light, GLenum pname, GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
722 GL_API void GL_APIENTRY glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
723 GL_API void GL_APIENTRY glGetPointerv (GLenum pname, void **params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
724 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
725 GL_API void GL_APIENTRY glGetTexEnviv (GLenum env, GLenum pname, GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
726 GL_API void GL_APIENTRY glGetTexEnvxv (GLenum env, GLenum pname, GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
727 GL_API void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
728 GL_API void GL_APIENTRY glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
729 GL_API void GL_APIENTRY glHint (GLenum target, GLenum mode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
730 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
731 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
732 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
733 GL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
734 GL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
735 GL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
736 GL_API void GL_APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
737 GL_API void GL_APIENTRY glLineWidthx (GLfixed width); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
738 GL_API void GL_APIENTRY glLoadIdentity (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
739 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
740 GL_API void GL_APIENTRY glLogicOp (GLenum opcode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
741 GL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
742 GL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
743 GL_API void GL_APIENTRY glMatrixMode (GLenum mode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
744 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
745 GL_API void GL_APIENTRY glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
746 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
747 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
748 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
749 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
750 GL_API void GL_APIENTRY glPointParameterx (GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
751 GL_API void GL_APIENTRY glPointParameterxv (GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
752 GL_API void GL_APIENTRY glPointSizex (GLfixed size); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
753 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
754 GL_API void GL_APIENTRY glPopMatrix (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
755 GL_API void GL_APIENTRY glPushMatrix (void); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
756 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
757 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
758 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
759 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
760 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
761 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
762 GL_API void GL_APIENTRY glShadeModel (GLenum mode); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
763 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
764 GL_API void GL_APIENTRY glStencilMask (GLuint mask); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
765 GL_API void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
766 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
767 GL_API void GL_APIENTRY glTexEnvi (GLenum target, GLenum pname, GLint param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
768 GL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
769 GL_API void GL_APIENTRY glTexEnviv (GLenum target, GLenum pname, const GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
770 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
771 GL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
772 GL_API void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
773 GL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
774 GL_API void GL_APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
775 GL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
776 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
777 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
778 GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
779 GL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
780 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
781 /*------------------------------------------------------------------------* |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
782 * Required OES extension functions |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
783 *------------------------------------------------------------------------*/ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
784 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
785 /* GL_OES_read_format */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
786 #ifndef GL_OES_read_format |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
787 #define GL_OES_read_format 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
788 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
789 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
790 /* GL_OES_compressed_paletted_texture */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
791 #ifndef GL_OES_compressed_paletted_texture |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
792 #define GL_OES_compressed_paletted_texture 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
793 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
794 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
795 /* GL_OES_point_size_array */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
796 #ifndef GL_OES_point_size_array |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
797 #define GL_OES_point_size_array 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
798 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer); |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
799 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
800 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
801 /* GL_OES_point_sprite */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
802 #ifndef GL_OES_point_sprite |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
803 #define GL_OES_point_sprite 1 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
804 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
805 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
806 #ifdef __cplusplus |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
807 } |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
808 #endif |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
809 |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
810 #endif /* __gl_h_ */ |
4a6d5bff9521
This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h).
Holmes Futrell <hfutrell@umail.ucsb.edu>
parents:
diff
changeset
|
811 |