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

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

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments Created 3 years, 9 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/gl_bindings.h ('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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 void glRenderbufferStorageMultisampleEXTFn(GLenum target, 878 void glRenderbufferStorageMultisampleEXTFn(GLenum target,
879 GLsizei samples, 879 GLsizei samples,
880 GLenum internalformat, 880 GLenum internalformat,
881 GLsizei width, 881 GLsizei width,
882 GLsizei height) override; 882 GLsizei height) override;
883 void glRenderbufferStorageMultisampleIMGFn(GLenum target, 883 void glRenderbufferStorageMultisampleIMGFn(GLenum target,
884 GLsizei samples, 884 GLsizei samples,
885 GLenum internalformat, 885 GLenum internalformat,
886 GLsizei width, 886 GLsizei width,
887 GLsizei height) override; 887 GLsizei height) override;
888 void glRequestExtensionANGLEFn(const char* name) override;
888 void glResumeTransformFeedbackFn(void) override; 889 void glResumeTransformFeedbackFn(void) override;
889 void glSampleCoverageFn(GLclampf value, GLboolean invert) override; 890 void glSampleCoverageFn(GLclampf value, GLboolean invert) override;
890 void glSamplerParameterfFn(GLuint sampler, 891 void glSamplerParameterfFn(GLuint sampler,
891 GLenum pname, 892 GLenum pname,
892 GLfloat param) override; 893 GLfloat param) override;
893 void glSamplerParameterfvFn(GLuint sampler, 894 void glSamplerParameterfvFn(GLuint sampler,
894 GLenum pname, 895 GLenum pname,
895 const GLfloat* params) override; 896 const GLfloat* params) override;
896 void glSamplerParameterfvRobustANGLEFn(GLuint sampler, 897 void glSamplerParameterfvRobustANGLEFn(GLuint sampler,
897 GLenum pname, 898 GLenum pname,
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 GLsizei stride, 1214 GLsizei stride,
1214 const void* ptr) override; 1215 const void* ptr) override;
1215 void glVertexAttribPointerFn(GLuint indx, 1216 void glVertexAttribPointerFn(GLuint indx,
1216 GLint size, 1217 GLint size,
1217 GLenum type, 1218 GLenum type,
1218 GLboolean normalized, 1219 GLboolean normalized,
1219 GLsizei stride, 1220 GLsizei stride,
1220 const void* ptr) override; 1221 const void* ptr) override;
1221 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 1222 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
1222 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1223 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW
« no previous file with comments | « ui/gl/gl_bindings.h ('k') | ui/gl/gl_bindings_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698