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

Side by Side Diff: mojo/public/c/include/GLES2/gl2.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/gpu/MGL/mgl_types.h ('k') | mojo/public/c/include/GLES2/gl2ext.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 __gl2_h_ 1 #ifndef __gl2_h_
2 #define __gl2_h_ 1 2 #define __gl2_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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v); 517 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
518 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLe num type, GLboolean normalized, GLsizei stride, const void *pointer); 518 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLe num type, GLboolean normalized, GLsizei stride, const void *pointer);
519 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); 519 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
520 #endif /* GL_ES_VERSION_2_0 */ 520 #endif /* GL_ES_VERSION_2_0 */
521 521
522 #ifdef __cplusplus 522 #ifdef __cplusplus
523 } 523 }
524 #endif 524 #endif
525 525
526 #endif 526 #endif
OLDNEW
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_types.h ('k') | mojo/public/c/include/GLES2/gl2ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698