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

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

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 5 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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
11 void glActiveTextureFn(GLenum texture) override; 11 void glActiveTextureFn(GLenum texture) override;
12 void glApplyFramebufferAttachmentCMAAINTELFn(void) override;
12 void glAttachShaderFn(GLuint program, GLuint shader) override; 13 void glAttachShaderFn(GLuint program, GLuint shader) override;
13 void glBeginQueryFn(GLenum target, GLuint id) override; 14 void glBeginQueryFn(GLenum target, GLuint id) override;
14 void glBeginTransformFeedbackFn(GLenum primitiveMode) override; 15 void glBeginTransformFeedbackFn(GLenum primitiveMode) override;
15 void glBindAttribLocationFn(GLuint program, 16 void glBindAttribLocationFn(GLuint program,
16 GLuint index, 17 GLuint index,
17 const char* name) override; 18 const char* name) override;
18 void glBindBufferFn(GLenum target, GLuint buffer) override; 19 void glBindBufferFn(GLenum target, GLuint buffer) override;
19 void glBindBufferBaseFn(GLenum target, GLuint index, GLuint buffer) override; 20 void glBindBufferBaseFn(GLenum target, GLuint index, GLuint buffer) override;
20 void glBindBufferRangeFn(GLenum target, 21 void glBindBufferRangeFn(GLenum target,
21 GLuint index, 22 GLuint index,
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 GLsizei stride, 741 GLsizei stride,
741 const void* ptr) override; 742 const void* ptr) override;
742 void glVertexAttribPointerFn(GLuint indx, 743 void glVertexAttribPointerFn(GLuint indx,
743 GLint size, 744 GLint size,
744 GLenum type, 745 GLenum type,
745 GLboolean normalized, 746 GLboolean normalized,
746 GLsizei stride, 747 GLsizei stride,
747 const void* ptr) override; 748 const void* ptr) override;
748 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 749 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
749 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 750 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