OLD | NEW |
1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
2 #define __gl2ext_h_ | 2 #define __gl2ext_h_ |
3 | 3 |
4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */ | 4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */ |
5 | 5 |
6 #include <GLES2/gl2chromium.h> | 6 #include <GLES2/gl2chromium.h> |
7 | 7 |
8 #ifdef __cplusplus | 8 #ifdef __cplusplus |
9 extern "C" { | 9 extern "C" { |
10 #endif | 10 #endif |
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2139 #ifndef GL_CHROMIUM_texture_from_image | 2139 #ifndef GL_CHROMIUM_texture_from_image |
2140 #define GL_CHROMIUM_texture_from_image 1 | 2140 #define GL_CHROMIUM_texture_from_image 1 |
2141 #ifdef GL_GLEXT_PROTOTYPES | 2141 #ifdef GL_GLEXT_PROTOTYPES |
2142 GL_APICALL void GL_APIENTRY glBindTexImage2DCHROMIUM (GLenum target, GLint image
Id); | 2142 GL_APICALL void GL_APIENTRY glBindTexImage2DCHROMIUM (GLenum target, GLint image
Id); |
2143 GL_APICALL void GL_APIENTRY glReleaseTexImage2DCHROMIUM (GLenum target, GLint im
ageId); | 2143 GL_APICALL void GL_APIENTRY glReleaseTexImage2DCHROMIUM (GLenum target, GLint im
ageId); |
2144 #endif | 2144 #endif |
2145 typedef void (GL_APIENTRYP PFNGLBINDTEXIMAGE2DCHROMIUM) (GLenum target, GLint im
ageId); | 2145 typedef void (GL_APIENTRYP PFNGLBINDTEXIMAGE2DCHROMIUM) (GLenum target, GLint im
ageId); |
2146 typedef void (GL_APIENTRYP PFNGLRELEASETEXIMAGE2DCHROMIUM) (GLenum target, GLint
imageId); | 2146 typedef void (GL_APIENTRYP PFNGLRELEASETEXIMAGE2DCHROMIUM) (GLenum target, GLint
imageId); |
2147 #endif | 2147 #endif |
2148 | 2148 |
| 2149 /* GL_CHROMIUM_pixel_transfer_buffer_object */ |
| 2150 #ifndef GL_CHROMIUM_pixel_transfer_buffer_object |
| 2151 #define GL_CHROMIUM_pixel_transfer_buffer_object 1 |
| 2152 // TODO(reveman): Get official numbers for these constants. |
| 2153 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM 0x88EC |
| 2154 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x88EF |
| 2155 #endif |
| 2156 |
2149 #ifdef __cplusplus | 2157 #ifdef __cplusplus |
2150 } | 2158 } |
2151 #endif | 2159 #endif |
2152 | 2160 |
2153 #endif /* __gl2ext_h_ */ | 2161 #endif /* __gl2ext_h_ */ |
OLD | NEW |