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

Side by Side Diff: ui/gl/gl_stub_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_mock_autogen_gl.h ('k') | no next file » | 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 void glRenderbufferStorageMultisampleEXTFn(GLenum target, 891 void glRenderbufferStorageMultisampleEXTFn(GLenum target,
892 GLsizei samples, 892 GLsizei samples,
893 GLenum internalformat, 893 GLenum internalformat,
894 GLsizei width, 894 GLsizei width,
895 GLsizei height) override {} 895 GLsizei height) override {}
896 void glRenderbufferStorageMultisampleIMGFn(GLenum target, 896 void glRenderbufferStorageMultisampleIMGFn(GLenum target,
897 GLsizei samples, 897 GLsizei samples,
898 GLenum internalformat, 898 GLenum internalformat,
899 GLsizei width, 899 GLsizei width,
900 GLsizei height) override {} 900 GLsizei height) override {}
901 void glRequestExtensionANGLEFn(const char* name) override {}
901 void glResumeTransformFeedbackFn() override {} 902 void glResumeTransformFeedbackFn() override {}
902 void glSampleCoverageFn(GLclampf value, GLboolean invert) override {} 903 void glSampleCoverageFn(GLclampf value, GLboolean invert) override {}
903 void glSamplerParameterfFn(GLuint sampler, 904 void glSamplerParameterfFn(GLuint sampler,
904 GLenum pname, 905 GLenum pname,
905 GLfloat param) override {} 906 GLfloat param) override {}
906 void glSamplerParameterfvFn(GLuint sampler, 907 void glSamplerParameterfvFn(GLuint sampler,
907 GLenum pname, 908 GLenum pname,
908 const GLfloat* params) override {} 909 const GLfloat* params) override {}
909 void glSamplerParameterfvRobustANGLEFn(GLuint sampler, 910 void glSamplerParameterfvRobustANGLEFn(GLuint sampler,
910 GLenum pname, 911 GLenum pname,
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 GLsizei stride, 1235 GLsizei stride,
1235 const void* ptr) override {} 1236 const void* ptr) override {}
1236 void glVertexAttribPointerFn(GLuint indx, 1237 void glVertexAttribPointerFn(GLuint indx,
1237 GLint size, 1238 GLint size,
1238 GLenum type, 1239 GLenum type,
1239 GLboolean normalized, 1240 GLboolean normalized,
1240 GLsizei stride, 1241 GLsizei stride,
1241 const void* ptr) override {} 1242 const void* ptr) override {}
1242 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {} 1243 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {}
1243 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1244 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698