| 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 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1966 | 1966 |
| 1967 /* GL_CHROMIUM_command_buffer_query */ | 1967 /* GL_CHROMIUM_command_buffer_query */ |
| 1968 /* Exposes GL_CHROMIUM_command_buffer_query. | 1968 /* Exposes GL_CHROMIUM_command_buffer_query. |
| 1969 */ | 1969 */ |
| 1970 #ifndef GL_CHROMIUM_command_buffer_query | 1970 #ifndef GL_CHROMIUM_command_buffer_query |
| 1971 #define GL_CHROMIUM_command_buffer_query 1 | 1971 #define GL_CHROMIUM_command_buffer_query 1 |
| 1972 // TODO(gman): Get official numbers for these constants. | 1972 // TODO(gman): Get official numbers for these constants. |
| 1973 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 | 1973 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 |
| 1974 #endif | 1974 #endif |
| 1975 | 1975 |
| 1976 /* GL_CHROMIUM_subscribe_uniform */ |
| 1977 #ifndef GL_CHROMIUM_subscribe_uniform |
| 1978 #define GL_CHROMIUM_subscribe_uniform 1 |
| 1979 #ifndef GL_MOUSE_POSITION |
| 1980 #define GL_MOUSE_POSITION 0x924B |
| 1981 #endif |
| 1982 #ifndef GL_MOUSE_DELTA |
| 1983 #define GL_MOUSE_DELTA 0x924C |
| 1984 #endif |
| 1985 #ifdef GL_GLEXT_PROTOTYPES |
| 1986 #define glSubscribeUniformCHROMIUM GLES2_GET_FUN(SubscribeUniformCHROMIUM) |
| 1987 #if !defined(GLES2_USE_CPP_BINDINGS) |
| 1988 GL_APICALL void GL_APIENTRY |
| 1989 glSubscribeUniformCHROMIUM(GLenum target, const GLchar* name); |
| 1990 #endif |
| 1991 #endif |
| 1992 #endif /* GL_CHROMIUM_subscribe_uniform */ |
| 1993 |
| 1976 #ifdef __cplusplus | 1994 #ifdef __cplusplus |
| 1977 } | 1995 } |
| 1978 #endif | 1996 #endif |
| 1979 | 1997 |
| 1980 #endif /* __gl2ext_h_ */ | 1998 #endif /* __gl2ext_h_ */ |
| OLD | NEW |