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 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1948 #ifdef GL_GLEXT_PROTOTYPES | 1948 #ifdef GL_GLEXT_PROTOTYPES |
1949 #define glTexImageIOSurface2DCHROMIUM GLES2_GET_FUN(TexImageIOSurface2DCHROMIUM) | 1949 #define glTexImageIOSurface2DCHROMIUM GLES2_GET_FUN(TexImageIOSurface2DCHROMIUM) |
1950 #if !defined(GLES2_USE_CPP_BINDINGS) | 1950 #if !defined(GLES2_USE_CPP_BINDINGS) |
1951 GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsize
i width, GLsizei height, GLuint ioSurfaceId, GLuint plane); | 1951 GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsize
i width, GLsizei height, GLuint ioSurfaceId, GLuint plane); |
1952 #endif | 1952 #endif |
1953 #else | 1953 #else |
1954 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs
izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane); | 1954 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs
izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane); |
1955 #endif | 1955 #endif |
1956 #endif | 1956 #endif |
1957 | 1957 |
| 1958 /* GL_CHROMIUM_command_buffer_query */ |
| 1959 /* Exposes GL_CHROMIUM_command_buffer_query. |
| 1960 */ |
| 1961 #ifndef GL_CHROMIUM_command_buffer_query |
| 1962 #define GL_CHROMIUM_command_buffer_query 1 |
| 1963 // TODO(gman): Get official numbers for these constants. |
| 1964 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 |
| 1965 #endif |
| 1966 |
1958 #ifdef __cplusplus | 1967 #ifdef __cplusplus |
1959 } | 1968 } |
1960 #endif | 1969 #endif |
1961 | 1970 |
1962 #endif /* __gl2ext_h_ */ | 1971 #endif /* __gl2ext_h_ */ |
OLD | NEW |