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 2136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2147 #endif | 2147 #endif |
2148 | 2148 |
2149 /* GL_CHROMIUM_pixel_transfer_buffer_object */ | 2149 /* GL_CHROMIUM_pixel_transfer_buffer_object */ |
2150 #ifndef GL_CHROMIUM_pixel_transfer_buffer_object | 2150 #ifndef GL_CHROMIUM_pixel_transfer_buffer_object |
2151 #define GL_CHROMIUM_pixel_transfer_buffer_object 1 | 2151 #define GL_CHROMIUM_pixel_transfer_buffer_object 1 |
2152 // TODO(reveman): Get official numbers for these constants. | 2152 // TODO(reveman): Get official numbers for these constants. |
2153 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM 0x88EC | 2153 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM 0x88EC |
2154 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x88EF | 2154 #define GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x88EF |
2155 #endif | 2155 #endif |
2156 | 2156 |
2157 /* GL_CHROMIUM_async_tasks */ | |
reveman
2012/11/30 03:10:20
GL_CHROMIUM_async_pixel_transfers
epennerAtGoogle
2012/11/30 04:14:22
Done.
| |
2158 #ifndef GL_CHROMIUM_async_pixel_transfers | |
2159 #define GL_CHROMIUM_async_pixel_transfers 1 | |
2160 // TODO: Get official numbers for these constants. | |
2161 #define GL_ASYNC_PIXEL_TRANSFERS_COMPLETED_CHROMIUM 0x84F5 | |
2162 #endif | |
2163 | |
2157 #ifdef __cplusplus | 2164 #ifdef __cplusplus |
2158 } | 2165 } |
2159 #endif | 2166 #endif |
2160 | 2167 |
2161 #endif /* __gl2ext_h_ */ | 2168 #endif /* __gl2ext_h_ */ |
OLD | NEW |