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

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

Issue 2776753002: Update the passthrough command decoder to use the new CHROMIUM_copy_texture. (Closed)
Patch Set: Re-roll ANGLE Created 3 years, 8 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 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 GLsizei depth, 163 GLsizei depth,
164 GLenum format, 164 GLenum format,
165 GLsizei imageSize, 165 GLsizei imageSize,
166 const void* data) override; 166 const void* data) override;
167 void glCopyBufferSubDataFn(GLenum readTarget, 167 void glCopyBufferSubDataFn(GLenum readTarget,
168 GLenum writeTarget, 168 GLenum writeTarget,
169 GLintptr readOffset, 169 GLintptr readOffset,
170 GLintptr writeOffset, 170 GLintptr writeOffset,
171 GLsizeiptr size) override; 171 GLsizeiptr size) override;
172 void glCopySubTextureCHROMIUMFn(GLuint sourceId, 172 void glCopySubTextureCHROMIUMFn(GLuint sourceId,
173 GLint sourceLevel,
174 GLenum destTarget,
173 GLuint destId, 175 GLuint destId,
176 GLint destLevel,
174 GLint xoffset, 177 GLint xoffset,
175 GLint yoffset, 178 GLint yoffset,
176 GLint x, 179 GLint x,
177 GLint y, 180 GLint y,
178 GLsizei width, 181 GLsizei width,
179 GLsizei height, 182 GLsizei height,
180 GLboolean unpackFlipY, 183 GLboolean unpackFlipY,
181 GLboolean unpackPremultiplyAlpha, 184 GLboolean unpackPremultiplyAlpha,
182 GLboolean unpackUnmultiplyAlpha) override; 185 GLboolean unpackUnmultiplyAlpha) override;
183 void glCopyTexImage2DFn(GLenum target, 186 void glCopyTexImage2DFn(GLenum target,
(...skipping 15 matching lines...) Expand all
199 void glCopyTexSubImage3DFn(GLenum target, 202 void glCopyTexSubImage3DFn(GLenum target,
200 GLint level, 203 GLint level,
201 GLint xoffset, 204 GLint xoffset,
202 GLint yoffset, 205 GLint yoffset,
203 GLint zoffset, 206 GLint zoffset,
204 GLint x, 207 GLint x,
205 GLint y, 208 GLint y,
206 GLsizei width, 209 GLsizei width,
207 GLsizei height) override; 210 GLsizei height) override;
208 void glCopyTextureCHROMIUMFn(GLuint sourceId, 211 void glCopyTextureCHROMIUMFn(GLuint sourceId,
212 GLint sourceLevel,
213 GLenum destTarget,
209 GLuint destId, 214 GLuint destId,
215 GLint destLevel,
210 GLint internalFormat, 216 GLint internalFormat,
211 GLenum destType, 217 GLenum destType,
212 GLboolean unpackFlipY, 218 GLboolean unpackFlipY,
213 GLboolean unpackPremultiplyAlpha, 219 GLboolean unpackPremultiplyAlpha,
214 GLboolean unpackUnmultiplyAlpha) override; 220 GLboolean unpackUnmultiplyAlpha) override;
215 void glCoverageModulationNVFn(GLenum components) override; 221 void glCoverageModulationNVFn(GLenum components) override;
216 void glCoverFillPathInstancedNVFn(GLsizei numPaths, 222 void glCoverFillPathInstancedNVFn(GLsizei numPaths,
217 GLenum pathNameType, 223 GLenum pathNameType,
218 const void* paths, 224 const void* paths,
219 GLuint pathBase, 225 GLuint pathBase,
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 GLsizei stride, 1220 GLsizei stride,
1215 const void* ptr) override; 1221 const void* ptr) override;
1216 void glVertexAttribPointerFn(GLuint indx, 1222 void glVertexAttribPointerFn(GLuint indx,
1217 GLint size, 1223 GLint size,
1218 GLenum type, 1224 GLenum type,
1219 GLboolean normalized, 1225 GLboolean normalized,
1220 GLsizei stride, 1226 GLsizei stride,
1221 const void* ptr) override; 1227 const void* ptr) override;
1222 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; 1228 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override;
1223 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1229 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