Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/khronos/GLES2/gl2ext.h

Issue 1830453002: WebGL: GL_RGB emulation for IOSurface backed textures. [For reference only] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698