Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(1420)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified 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:
examples/spinning_cube/BUILD.gn
examples/spinning_cube/gles2_client_impl.h
examples/spinning_cube/gles2_client_impl.cc
mojo/gles2/BUILD.gn
mojo/gles2/mgl_impl.cc
mojo/public/c/gpu/BUILD.gn
mojo/public/c/gpu/GLES2/gl2.h
mojo/public/c/gpu/GLES2/gl2ext.h
mojo/public/c/gpu/GLES2/gl2extmojo.h
mojo/public/c/gpu/GLES2/gl2mojo.h
mojo/public/c/gpu/GLES2/gl2mojo_autogen.h
mojo/public/c/gpu/GLES2/gl2platform.h
mojo/public/c/gpu/KHR/khrplatform.h
mojo/public/c/gpu/MGL/mgl.h
mojo/public/c/gpu/MGL/mgl_onscreen.h
mojo/public/c/gpu/MGL/mgl_types.h
mojo/public/platform/native/BUILD.gn
mojo/public/platform/native/mgl_onscreen_thunks.h
mojo/public/platform/native/mgl_onscreen_thunks.c
mojo/public/platform/native/mgl_thunks.h
mojo/public/platform/native/mgl_thunks.c
shell/BUILD.gn
shell/native_application_support.cc
View side-by-side diff with in-line comments
Download patch
« mojo/public/c/gpu/BUILD.gn
('K') |
« mojo/public/c/gpu/GLES2/gl2.h
('k') |
mojo/public/c/gpu/GLES2/gl2extmojo.h »
('j') |
mojo/public/c/gpu/GLES2/gl2mojo.h »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: mojo/public/c/gpu/GLES2/gl2ext.h
diff --git a/third_party/khronos/GLES2/gl2ext.h b/mojo/public/c/gpu/GLES2/gl2ext.h
similarity index 100%
copy from third_party/khronos/GLES2/gl2ext.h
copy to mojo/public/c/gpu/GLES2/gl2ext.h
« mojo/public/c/gpu/BUILD.gn
('K') |
« mojo/public/c/gpu/GLES2/gl2.h
('k') |
mojo/public/c/gpu/GLES2/gl2extmojo.h »
('j') |
mojo/public/c/gpu/GLES2/gl2mojo.h »
('J')
Issue 1288583002: Add MGL entry points and port spinning_cube to use them (Closed)
Created 5 years, 4 months ago by jamesr
Modified 5 years, 4 months ago
Reviewers: viettrungluu
Base URL: git@github.com:domokit/mojo.git@master
Comments: 20
This is Rietveld
408576698