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

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

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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 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
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 GLsizei height) override; 183 GLsizei height) override;
184 void glCopyTexSubImage3DFn(GLenum target, 184 void glCopyTexSubImage3DFn(GLenum target,
185 GLint level, 185 GLint level,
186 GLint xoffset, 186 GLint xoffset,
187 GLint yoffset, 187 GLint yoffset,
188 GLint zoffset, 188 GLint zoffset,
189 GLint x, 189 GLint x,
190 GLint y, 190 GLint y,
191 GLsizei width, 191 GLsizei width,
192 GLsizei height) override; 192 GLsizei height) override;
193 void glCoverageModulationNVFn(GLenum components) override;
193 void glCoverFillPathInstancedNVFn(GLsizei numPaths, 194 void glCoverFillPathInstancedNVFn(GLsizei numPaths,
194 GLenum pathNameType, 195 GLenum pathNameType,
195 const void* paths, 196 const void* paths,
196 GLuint pathBase, 197 GLuint pathBase,
197 GLenum coverMode, 198 GLenum coverMode,
198 GLenum transformType, 199 GLenum transformType,
199 const GLfloat* transformValues) override; 200 const GLfloat* transformValues) override;
200 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override; 201 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override;
201 void glCoverStrokePathInstancedNVFn(GLsizei numPaths, 202 void glCoverStrokePathInstancedNVFn(GLsizei numPaths,
202 GLenum pathNameType, 203 GLenum pathNameType,
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 GLsizei stride, 824 GLsizei stride,
824 const void* ptr) override; 825 const void* ptr) override;
825 void glVertexAttribPointerFn(GLuint indx, 826 void glVertexAttribPointerFn(GLuint indx,
826 GLint size, 827 GLint size,
827 GLenum type, 828 GLenum type,
828 GLboolean normalized, 829 GLboolean normalized,
829 GLsizei stride, 830 GLsizei stride,
830 const void* ptr) override; 831 const void* ptr) override;
831 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 832 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
832 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 833 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