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

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

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