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

Side by Side Diff: mojo/public/c/include/GLES2/gl2ext.h

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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
« no previous file with comments | « mojo/public/c/include/GLES2/gl2.h ('k') | mojo/public/c/include/GLES2/gl2extmojo.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 #ifndef GL_VIV_shader_binary 2017 #ifndef GL_VIV_shader_binary
2018 #define GL_VIV_shader_binary 1 2018 #define GL_VIV_shader_binary 1
2019 #define GL_SHADER_BINARY_VIV 0x8FC4 2019 #define GL_SHADER_BINARY_VIV 0x8FC4
2020 #endif /* GL_VIV_shader_binary */ 2020 #endif /* GL_VIV_shader_binary */
2021 2021
2022 #ifdef __cplusplus 2022 #ifdef __cplusplus
2023 } 2023 }
2024 #endif 2024 #endif
2025 2025
2026 #endif 2026 #endif
OLDNEW
« no previous file with comments | « mojo/public/c/include/GLES2/gl2.h ('k') | mojo/public/c/include/GLES2/gl2extmojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698