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

Side by Side Diff: third_party/khronos/GLES2/gl2.h

Issue 637953007: Update khronos headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update README.chromium Created 6 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
« no previous file with comments | « no previous file | third_party/khronos/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 The Khronos Group Inc. 9 ** Copyright (c) 2013-2014 The Khronos Group Inc.
10 ** 10 **
11 ** Permission is hereby granted, free of charge, to any person obtaining a 11 ** Permission is hereby granted, free of charge, to any person obtaining a
12 ** copy of this software and/or associated documentation files (the 12 ** copy of this software and/or associated documentation files (the
13 ** "Materials"), to deal in the Materials without restriction, including 13 ** "Materials"), to deal in the Materials without restriction, including
14 ** without limitation the rights to use, copy, modify, merge, publish, 14 ** without limitation the rights to use, copy, modify, merge, publish,
15 ** distribute, sublicense, and/or sell copies of the Materials, and to 15 ** distribute, sublicense, and/or sell copies of the Materials, and to
16 ** permit persons to whom the Materials are furnished to do so, subject to 16 ** permit persons to whom the Materials are furnished to do so, subject to
17 ** the following conditions: 17 ** the following conditions:
18 ** 18 **
19 ** The above copyright notice and this permission notice shall be included 19 ** The above copyright notice and this permission notice shall be included
20 ** in all copies or substantial portions of the Materials. 20 ** in all copies or substantial portions of the Materials.
21 ** 21 **
22 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 22 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 23 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 24 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 25 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 26 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 27 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
28 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. 28 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
29 */ 29 */
30 /* 30 /*
31 ** This header is generated from the Khronos OpenGL / OpenGL ES XML 31 ** This header is generated from the Khronos OpenGL / OpenGL ES XML
32 ** API Registry. The current version of the Registry, generator scripts 32 ** API Registry. The current version of the Registry, generator scripts
33 ** used to make the header, and the header can be found at 33 ** used to make the header, and the header can be found at
34 ** http://www.opengl.org/registry/ 34 ** http://www.opengl.org/registry/
35 ** 35 **
36 ** Khronos $Revision: 24263 $ on $Date: 2013-12-02 03:42:02 -0800 (Mon, 02 Dec 2 013) $ 36 ** Khronos $Revision: 28366 $ on $Date: 2014-10-20 11:29:02 +0200 (Mon, 20 Oct 2 014) $
37 */ 37 */
38 38
39 #include <GLES2/gl2chromium.h> 39 #include <GLES2/gl2chromium.h>
40 #include <GLES2/gl2platform.h> 40 #include <GLES2/gl2platform.h>
41 41
42 /* Generated on date 20131202 */ 42 /* Generated on date 20141020 */
43 43
44 /* Generated C header for: 44 /* Generated C header for:
45 * API: gles2 45 * API: gles2
46 * Profile: common 46 * Profile: common
47 * Versions considered: 2\.[0-9] 47 * Versions considered: 2\.[0-9]
48 * Versions emitted: .* 48 * Versions emitted: .*
49 * Default extensions included: None 49 * Default extensions included: None
50 * Additional extensions included: _nomatch_^ 50 * Additional extensions included: _nomatch_^
51 * Extensions removed: _nomatch_^ 51 * Extensions removed: _nomatch_^
52 */ 52 */
(...skipping 464 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 | « no previous file | third_party/khronos/GLES2/gl2ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698