| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 GLenum format, | 208 GLenum format, |
| 209 GLsizei imageSize, | 209 GLsizei imageSize, |
| 210 const void* data); | 210 const void* data); |
| 211 static void GL_BINDING_CALL Mock_glCopyBufferSubData(GLenum readTarget, | 211 static void GL_BINDING_CALL Mock_glCopyBufferSubData(GLenum readTarget, |
| 212 GLenum writeTarget, | 212 GLenum writeTarget, |
| 213 GLintptr readOffset, | 213 GLintptr readOffset, |
| 214 GLintptr writeOffset, | 214 GLintptr writeOffset, |
| 215 GLsizeiptr size); | 215 GLsizeiptr size); |
| 216 static void GL_BINDING_CALL | 216 static void GL_BINDING_CALL |
| 217 Mock_glCopySubTextureCHROMIUM(GLuint sourceId, | 217 Mock_glCopySubTextureCHROMIUM(GLuint sourceId, |
| 218 GLint sourceLevel, | |
| 219 GLenum destTarget, | |
| 220 GLuint destId, | 218 GLuint destId, |
| 221 GLint destLevel, | |
| 222 GLint xoffset, | 219 GLint xoffset, |
| 223 GLint yoffset, | 220 GLint yoffset, |
| 224 GLint x, | 221 GLint x, |
| 225 GLint y, | 222 GLint y, |
| 226 GLsizei width, | 223 GLsizei width, |
| 227 GLsizei height, | 224 GLsizei height, |
| 228 GLboolean unpackFlipY, | 225 GLboolean unpackFlipY, |
| 229 GLboolean unpackPremultiplyAlpha, | 226 GLboolean unpackPremultiplyAlpha, |
| 230 GLboolean unpackUnmultiplyAlpha); | 227 GLboolean unpackUnmultiplyAlpha); |
| 231 static void GL_BINDING_CALL Mock_glCopyTexImage2D(GLenum target, | 228 static void GL_BINDING_CALL Mock_glCopyTexImage2D(GLenum target, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 248 GLint level, | 245 GLint level, |
| 249 GLint xoffset, | 246 GLint xoffset, |
| 250 GLint yoffset, | 247 GLint yoffset, |
| 251 GLint zoffset, | 248 GLint zoffset, |
| 252 GLint x, | 249 GLint x, |
| 253 GLint y, | 250 GLint y, |
| 254 GLsizei width, | 251 GLsizei width, |
| 255 GLsizei height); | 252 GLsizei height); |
| 256 static void GL_BINDING_CALL | 253 static void GL_BINDING_CALL |
| 257 Mock_glCopyTextureCHROMIUM(GLuint sourceId, | 254 Mock_glCopyTextureCHROMIUM(GLuint sourceId, |
| 258 GLint sourceLevel, | |
| 259 GLenum destTarget, | |
| 260 GLuint destId, | 255 GLuint destId, |
| 261 GLint destLevel, | |
| 262 GLint internalFormat, | 256 GLint internalFormat, |
| 263 GLenum destType, | 257 GLenum destType, |
| 264 GLboolean unpackFlipY, | 258 GLboolean unpackFlipY, |
| 265 GLboolean unpackPremultiplyAlpha, | 259 GLboolean unpackPremultiplyAlpha, |
| 266 GLboolean unpackUnmultiplyAlpha); | 260 GLboolean unpackUnmultiplyAlpha); |
| 267 static void GL_BINDING_CALL | 261 static void GL_BINDING_CALL |
| 268 Mock_glCoverFillPathInstancedNV(GLsizei numPaths, | 262 Mock_glCoverFillPathInstancedNV(GLsizei numPaths, |
| 269 GLenum pathNameType, | 263 GLenum pathNameType, |
| 270 const void* paths, | 264 const void* paths, |
| 271 GLuint pathBase, | 265 GLuint pathBase, |
| (...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 GLboolean normalized, | 1628 GLboolean normalized, |
| 1635 GLsizei stride, | 1629 GLsizei stride, |
| 1636 const void* ptr); | 1630 const void* ptr); |
| 1637 static void GL_BINDING_CALL Mock_glViewport(GLint x, | 1631 static void GL_BINDING_CALL Mock_glViewport(GLint x, |
| 1638 GLint y, | 1632 GLint y, |
| 1639 GLsizei width, | 1633 GLsizei width, |
| 1640 GLsizei height); | 1634 GLsizei height); |
| 1641 static GLenum GL_BINDING_CALL Mock_glWaitSync(GLsync sync, | 1635 static GLenum GL_BINDING_CALL Mock_glWaitSync(GLsync sync, |
| 1642 GLbitfield flags, | 1636 GLbitfield flags, |
| 1643 GLuint64 timeout); | 1637 GLuint64 timeout); |
| OLD | NEW |