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

Side by Side Diff: ui/gl/gl_stub_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/gl_mock_autogen_gl.h ('k') | no next file » | 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 GLsizei depth, 164 GLsizei depth,
165 GLenum format, 165 GLenum format,
166 GLsizei imageSize, 166 GLsizei imageSize,
167 const void* data) override {} 167 const void* data) override {}
168 void glCopyBufferSubDataFn(GLenum readTarget, 168 void glCopyBufferSubDataFn(GLenum readTarget,
169 GLenum writeTarget, 169 GLenum writeTarget,
170 GLintptr readOffset, 170 GLintptr readOffset,
171 GLintptr writeOffset, 171 GLintptr writeOffset,
172 GLsizeiptr size) override {} 172 GLsizeiptr size) override {}
173 void glCopySubTextureCHROMIUMFn(GLuint sourceId, 173 void glCopySubTextureCHROMIUMFn(GLuint sourceId,
174 GLint sourceLevel,
175 GLenum destTarget,
174 GLuint destId, 176 GLuint destId,
177 GLint destLevel,
175 GLint xoffset, 178 GLint xoffset,
176 GLint yoffset, 179 GLint yoffset,
177 GLint x, 180 GLint x,
178 GLint y, 181 GLint y,
179 GLsizei width, 182 GLsizei width,
180 GLsizei height, 183 GLsizei height,
181 GLboolean unpackFlipY, 184 GLboolean unpackFlipY,
182 GLboolean unpackPremultiplyAlpha, 185 GLboolean unpackPremultiplyAlpha,
183 GLboolean unpackUnmultiplyAlpha) override {} 186 GLboolean unpackUnmultiplyAlpha) override {}
184 void glCopyTexImage2DFn(GLenum target, 187 void glCopyTexImage2DFn(GLenum target,
(...skipping 15 matching lines...) Expand all
200 void glCopyTexSubImage3DFn(GLenum target, 203 void glCopyTexSubImage3DFn(GLenum target,
201 GLint level, 204 GLint level,
202 GLint xoffset, 205 GLint xoffset,
203 GLint yoffset, 206 GLint yoffset,
204 GLint zoffset, 207 GLint zoffset,
205 GLint x, 208 GLint x,
206 GLint y, 209 GLint y,
207 GLsizei width, 210 GLsizei width,
208 GLsizei height) override {} 211 GLsizei height) override {}
209 void glCopyTextureCHROMIUMFn(GLuint sourceId, 212 void glCopyTextureCHROMIUMFn(GLuint sourceId,
213 GLint sourceLevel,
214 GLenum destTarget,
210 GLuint destId, 215 GLuint destId,
216 GLint destLevel,
211 GLint internalFormat, 217 GLint internalFormat,
212 GLenum destType, 218 GLenum destType,
213 GLboolean unpackFlipY, 219 GLboolean unpackFlipY,
214 GLboolean unpackPremultiplyAlpha, 220 GLboolean unpackPremultiplyAlpha,
215 GLboolean unpackUnmultiplyAlpha) override {} 221 GLboolean unpackUnmultiplyAlpha) override {}
216 void glCoverageModulationNVFn(GLenum components) override {} 222 void glCoverageModulationNVFn(GLenum components) override {}
217 void glCoverFillPathInstancedNVFn(GLsizei numPaths, 223 void glCoverFillPathInstancedNVFn(GLsizei numPaths,
218 GLenum pathNameType, 224 GLenum pathNameType,
219 const void* paths, 225 const void* paths,
220 GLuint pathBase, 226 GLuint pathBase,
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 GLsizei stride, 1241 GLsizei stride,
1236 const void* ptr) override {} 1242 const void* ptr) override {}
1237 void glVertexAttribPointerFn(GLuint indx, 1243 void glVertexAttribPointerFn(GLuint indx,
1238 GLint size, 1244 GLint size,
1239 GLenum type, 1245 GLenum type,
1240 GLboolean normalized, 1246 GLboolean normalized,
1241 GLsizei stride, 1247 GLsizei stride,
1242 const void* ptr) override {} 1248 const void* ptr) override {}
1243 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {} 1249 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {}
1244 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1250 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698