| OLD | NEW |
| 1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
| 2 #define __gl2ext_h_ 1 | 2 #define __gl2ext_h_ 1 |
| 3 | 3 |
| 4 #ifdef __cplusplus | 4 #ifdef __cplusplus |
| 5 extern "C" { | 5 extern "C" { |
| 6 #endif | 6 #endif |
| 7 | 7 |
| 8 /* | 8 /* |
| 9 ** Copyright (c) 2013-2014 The Khronos Group Inc. | 9 ** Copyright (c) 2013-2014 The Khronos Group Inc. |
| 10 ** | 10 ** |
| (...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 GL_APICALL void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync); | 720 GL_APICALL void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync); |
| 721 GL_APICALL GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield fla
gs, GLuint64 timeout); | 721 GL_APICALL GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield fla
gs, GLuint64 timeout); |
| 722 GL_APICALL void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLui
nt64 timeout); | 722 GL_APICALL void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLui
nt64 timeout); |
| 723 GL_APICALL void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params)
; | 723 GL_APICALL void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params)
; |
| 724 GL_APICALL void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei
bufSize, GLsizei *length, GLint *values); | 724 GL_APICALL void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei
bufSize, GLsizei *length, GLint *values); |
| 725 #endif | 725 #endif |
| 726 #endif /* GL_APPLE_sync */ | 726 #endif /* GL_APPLE_sync */ |
| 727 | 727 |
| 728 #ifndef GL_APPLE_texture_format_BGRA8888 | 728 #ifndef GL_APPLE_texture_format_BGRA8888 |
| 729 #define GL_APPLE_texture_format_BGRA8888 1 | 729 #define GL_APPLE_texture_format_BGRA8888 1 |
| 730 #define GL_BGR_EXT 0x80E0 |
| 730 #define GL_BGRA_EXT 0x80E1 | 731 #define GL_BGRA_EXT 0x80E1 |
| 731 #define GL_BGRA8_EXT 0x93A1 | 732 #define GL_BGRA8_EXT 0x93A1 |
| 732 #endif /* GL_APPLE_texture_format_BGRA8888 */ | 733 #endif /* GL_APPLE_texture_format_BGRA8888 */ |
| 733 | 734 |
| 734 #ifndef GL_APPLE_texture_max_level | 735 #ifndef GL_APPLE_texture_max_level |
| 735 #define GL_APPLE_texture_max_level 1 | 736 #define GL_APPLE_texture_max_level 1 |
| 736 #define GL_TEXTURE_MAX_LEVEL_APPLE 0x813D | 737 #define GL_TEXTURE_MAX_LEVEL_APPLE 0x813D |
| 737 #endif /* GL_APPLE_texture_max_level */ | 738 #endif /* GL_APPLE_texture_max_level */ |
| 738 | 739 |
| 739 #ifndef GL_APPLE_texture_packed_float | 740 #ifndef GL_APPLE_texture_packed_float |
| (...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2017 #ifndef GL_VIV_shader_binary | 2018 #ifndef GL_VIV_shader_binary |
| 2018 #define GL_VIV_shader_binary 1 | 2019 #define GL_VIV_shader_binary 1 |
| 2019 #define GL_SHADER_BINARY_VIV 0x8FC4 | 2020 #define GL_SHADER_BINARY_VIV 0x8FC4 |
| 2020 #endif /* GL_VIV_shader_binary */ | 2021 #endif /* GL_VIV_shader_binary */ |
| 2021 | 2022 |
| 2022 #ifdef __cplusplus | 2023 #ifdef __cplusplus |
| 2023 } | 2024 } |
| 2024 #endif | 2025 #endif |
| 2025 | 2026 |
| 2026 #endif | 2027 #endif |
| OLD | NEW |