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

Side by Side Diff: ui/gl/gl_bindings_api_autogen_gl.h

Issue 2440783002: Load missing glGetInternalformativRobustANGLE entry point. (Closed)
Patch Set: Created 4 years, 2 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 | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.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 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // This file is auto-generated from 5 // This file is auto-generated from
6 // ui/gl/generate_bindings.py 6 // ui/gl/generate_bindings.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 void glGetIntegervFn(GLenum pname, GLint* params) override; 446 void glGetIntegervFn(GLenum pname, GLint* params) override;
447 void glGetIntegervRobustANGLEFn(GLenum pname, 447 void glGetIntegervRobustANGLEFn(GLenum pname,
448 GLsizei bufSize, 448 GLsizei bufSize,
449 GLsizei* length, 449 GLsizei* length,
450 GLint* data) override; 450 GLint* data) override;
451 void glGetInternalformativFn(GLenum target, 451 void glGetInternalformativFn(GLenum target,
452 GLenum internalformat, 452 GLenum internalformat,
453 GLenum pname, 453 GLenum pname,
454 GLsizei bufSize, 454 GLsizei bufSize,
455 GLint* params) override; 455 GLint* params) override;
456 void glGetInternalformativRobustANGLEFn(GLenum target,
457 GLenum internalformat,
458 GLenum pname,
459 GLsizei bufSize,
460 GLsizei* length,
461 GLint* params) override;
456 void glGetMultisamplefvRobustANGLEFn(GLenum pname, 462 void glGetMultisamplefvRobustANGLEFn(GLenum pname,
457 GLuint index, 463 GLuint index,
458 GLsizei bufSize, 464 GLsizei bufSize,
459 GLsizei* length, 465 GLsizei* length,
460 GLfloat* val) override; 466 GLfloat* val) override;
461 void glGetnUniformfvRobustANGLEFn(GLuint program, 467 void glGetnUniformfvRobustANGLEFn(GLuint program,
462 GLint location, 468 GLint location,
463 GLsizei bufSize, 469 GLsizei bufSize,
464 GLsizei* length, 470 GLsizei* length,
465 GLfloat* params) override; 471 GLfloat* params) override;
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 GLsizei stride, 1171 GLsizei stride,
1166 const void* ptr) override; 1172 const void* ptr) override;
1167 void glVertexAttribPointerFn(GLuint indx, 1173 void glVertexAttribPointerFn(GLuint indx,
1168 GLint size, 1174 GLint size,
1169 GLenum type, 1175 GLenum type,
1170 GLboolean normalized, 1176 GLboolean normalized,
1171 GLsizei stride, 1177 GLsizei stride,
1172 const void* ptr) override; 1178 const void* ptr) override;
1173 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 1179 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
1174 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1180 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698