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

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, add bogus spec text 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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 GLsizei height) override; 176 GLsizei height) override;
177 void glCopyTexSubImage3DFn(GLenum target, 177 void glCopyTexSubImage3DFn(GLenum target,
178 GLint level, 178 GLint level,
179 GLint xoffset, 179 GLint xoffset,
180 GLint yoffset, 180 GLint yoffset,
181 GLint zoffset, 181 GLint zoffset,
182 GLint x, 182 GLint x,
183 GLint y, 183 GLint y,
184 GLsizei width, 184 GLsizei width,
185 GLsizei height) override; 185 GLsizei height) override;
186 void glCoverageModulationNVFn(GLenum components) override;
186 void glCoverFillPathInstancedNVFn(GLsizei numPaths, 187 void glCoverFillPathInstancedNVFn(GLsizei numPaths,
187 GLenum pathNameType, 188 GLenum pathNameType,
188 const void* paths, 189 const void* paths,
189 GLuint pathBase, 190 GLuint pathBase,
190 GLenum coverMode, 191 GLenum coverMode,
191 GLenum transformType, 192 GLenum transformType,
192 const GLfloat* transformValues) override; 193 const GLfloat* transformValues) override;
193 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override; 194 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override;
194 void glCoverStrokePathInstancedNVFn(GLsizei numPaths, 195 void glCoverStrokePathInstancedNVFn(GLsizei numPaths,
195 GLenum pathNameType, 196 GLenum pathNameType,
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 GLsizei stride, 816 GLsizei stride,
816 const void* ptr) override; 817 const void* ptr) override;
817 void glVertexAttribPointerFn(GLuint indx, 818 void glVertexAttribPointerFn(GLuint indx,
818 GLint size, 819 GLint size,
819 GLenum type, 820 GLenum type,
820 GLboolean normalized, 821 GLboolean normalized,
821 GLsizei stride, 822 GLsizei stride,
822 const void* ptr) override; 823 const void* ptr) override;
823 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 824 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
824 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 825 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698