Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: third_party/khronos/GLES2/gl2ext.h

Issue 10440019: Add support for GL_CHROMIUM_pixel_transfer_buffer_object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/khronos/GLES2/gl2chromium.h ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_ */
OLDNEW
« no previous file with comments | « third_party/khronos/GLES2/gl2chromium.h ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698