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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 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

Powered by Google App Engine
This is Rietveld 408576698