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

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

Issue 1288583002: Add MGL entry points and port spinning_cube to use them (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix android build Created 5 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
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