| OLD | NEW |
| 1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
| 2 #define __gl2ext_h_ | 2 #define __gl2ext_h_ |
| 3 | 3 |
| 4 /* $Revision: 16619 $ on $Date:: 2012-01-18 10:00:14 -0800 #$ */ | 4 /* $Revision: 16619 $ on $Date:: 2012-01-18 10:00:14 -0800 #$ */ |
| 5 | 5 |
| 6 #ifdef __cplusplus | 6 #ifdef __cplusplus |
| 7 extern "C" { | 7 extern "C" { |
| 8 #endif | 8 #endif |
| 9 | 9 |
| 10 /* | 10 /* |
| (...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1995 GL_APICALL void GL_APIENTRY glProduceTextureCHROMIUM (GLenum target, const GLbyt
e* mailbox); | 1995 GL_APICALL void GL_APIENTRY glProduceTextureCHROMIUM (GLenum target, const GLbyt
e* mailbox); |
| 1996 GL_APICALL void GL_APIENTRY glConsumeTextureCHROMIUM (GLenum target, const GLby
te* mailbox); | 1996 GL_APICALL void GL_APIENTRY glConsumeTextureCHROMIUM (GLenum target, const GLby
te* mailbox); |
| 1997 #endif | 1997 #endif |
| 1998 #else | 1998 #else |
| 1999 typedef void (GL_APIENTRYP PFNGLGENMAILBOXCHROMIUM) (GLbyte* mailbox); | 1999 typedef void (GL_APIENTRYP PFNGLGENMAILBOXCHROMIUM) (GLbyte* mailbox); |
| 2000 typedef void (GL_APIENTRYP PFNGLPRODUCETEXTURECHROMIUM) (GLenum target, const GL
byte* mailbox); | 2000 typedef void (GL_APIENTRYP PFNGLPRODUCETEXTURECHROMIUM) (GLenum target, const GL
byte* mailbox); |
| 2001 typedef void (GL_APIENTRYP PFNGLCONSUMETEXTURECHROMIUM) (GLenum target, const G
Lbyte* mailbox); | 2001 typedef void (GL_APIENTRYP PFNGLCONSUMETEXTURECHROMIUM) (GLenum target, const G
Lbyte* mailbox); |
| 2002 #endif | 2002 #endif |
| 2003 #endif | 2003 #endif |
| 2004 | 2004 |
| 2005 /* GL_CHROMIUM_pixel_transfer_buffer_object */ |
| 2006 /* Exposes GL_CHROMIUM_pixel_transfer_buffer_object. |
| 2007 */ |
| 2008 #ifndef GL_CHROMIUM_pixel_transfer_buffer_object |
| 2009 #define GL_CHROMIUM_pixel_transfer_buffer_object 1 |
| 2010 // TODO(reveman): Get official numbers for these constants. |
| 2011 #define GL_PIXEL_PACK_TRANSFER_BUFFER_CHROMIUM 0x88EB |
| 2012 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM 0x88EC |
| 2013 #define GL_PIXEL_PACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x88ED |
| 2014 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x88EF |
| 2015 #endif |
| 2016 |
| 2005 #ifdef __cplusplus | 2017 #ifdef __cplusplus |
| 2006 } | 2018 } |
| 2007 #endif | 2019 #endif |
| 2008 | 2020 |
| 2009 #endif /* __gl2ext_h_ */ | 2021 #endif /* __gl2ext_h_ */ |
| OLD | NEW |