| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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; |
| OLD | NEW |