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

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

Issue 9150022: Revert r118525 / Re-land r118240 - the build failure was a flake. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months 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/gl2.h ('k') | third_party/khronos/GLES2/gl2platform.h » ('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: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */ 4 /* $Revision: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */
5 5
6 #ifdef __cplusplus 6 #ifdef __cplusplus
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 /* 10 /*
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 #define GL_CHROMIUM_texture_compression_dxt5 1 1391 #define GL_CHROMIUM_texture_compression_dxt5 1
1392 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 1392 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3
1393 #endif 1393 #endif
1394 1394
1395 /* GL_CHROMIUM_enable_feature */ 1395 /* GL_CHROMIUM_enable_feature */
1396 #ifndef GL_CHROMIUM_enable_feature 1396 #ifndef GL_CHROMIUM_enable_feature
1397 #define GL_CHROMIUM_enable_feature 1 1397 #define GL_CHROMIUM_enable_feature 1
1398 #ifdef GL_GLEXT_PROTOTYPES 1398 #ifdef GL_GLEXT_PROTOTYPES
1399 #define glEnableFeatureCHROMIUM GLES2_GET_FUN(EnableFeatureCHROMIUM) 1399 #define glEnableFeatureCHROMIUM GLES2_GET_FUN(EnableFeatureCHROMIUM)
1400 #if !defined(GLES2_USE_CPP_BINDINGS) 1400 #if !defined(GLES2_USE_CPP_BINDINGS)
1401 GL_APICALL void GL_APIENTRY glEnableFeatureCHROMIUM (const GLchar *feature); 1401 GL_APICALL GLboolean GL_APIENTRY glEnableFeatureCHROMIUM (const GLchar *feature) ;
1402 #endif 1402 #endif
1403 #else 1403 #else
1404 typedef void (GL_APIENTRYP PFNGLENABLEFEATURECHROMIUM) (const GLchar *feature); 1404 typedef void (GL_APIENTRYP PFNGLENABLEFEATURECHROMIUM) (const GLchar *feature);
1405 #endif 1405 #endif
1406 #endif 1406 #endif
1407 1407
1408 /* GL_CHROMIUM_post_sub_buffer */ 1408 /* GL_CHROMIUM_post_sub_buffer */
1409 /* This extension is modeled after EGL_NV_post_sub_buffer and 1409 /* This extension is modeled after EGL_NV_post_sub_buffer and
1410 * GLX_MESA_copy_sub_buffer. It's like a SwapBuffers, but it pushes a region 1410 * GLX_MESA_copy_sub_buffer. It's like a SwapBuffers, but it pushes a region
1411 * of the back buffer to the front buffer. 1411 * of the back buffer to the front buffer.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 #else 1500 #else
1501 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane); 1501 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1502 #endif 1502 #endif
1503 #endif 1503 #endif
1504 1504
1505 #ifdef __cplusplus 1505 #ifdef __cplusplus
1506 } 1506 }
1507 #endif 1507 #endif
1508 1508
1509 #endif /* __gl2ext_h_ */ 1509 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « third_party/khronos/GLES2/gl2.h ('k') | third_party/khronos/GLES2/gl2platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698