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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 static void GL_BINDING_CALL | 172 static void GL_BINDING_CALL |
173 Mock_glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId); | 173 Mock_glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId); |
174 static void GL_BINDING_CALL Mock_glCompressedTexImage2D(GLenum target, | 174 static void GL_BINDING_CALL Mock_glCompressedTexImage2D(GLenum target, |
175 GLint level, | 175 GLint level, |
176 GLenum internalformat, | 176 GLenum internalformat, |
177 GLsizei width, | 177 GLsizei width, |
178 GLsizei height, | 178 GLsizei height, |
179 GLint border, | 179 GLint border, |
180 GLsizei imageSize, | 180 GLsizei imageSize, |
181 const void* data); | 181 const void* data); |
| 182 static void GL_BINDING_CALL |
| 183 Mock_glCompressedTexImage2DRobustANGLE(GLenum target, |
| 184 GLint level, |
| 185 GLenum internalformat, |
| 186 GLsizei width, |
| 187 GLsizei height, |
| 188 GLint border, |
| 189 GLsizei imageSize, |
| 190 GLsizei dataSize, |
| 191 const void* data); |
182 static void GL_BINDING_CALL Mock_glCompressedTexImage3D(GLenum target, | 192 static void GL_BINDING_CALL Mock_glCompressedTexImage3D(GLenum target, |
183 GLint level, | 193 GLint level, |
184 GLenum internalformat, | 194 GLenum internalformat, |
185 GLsizei width, | 195 GLsizei width, |
186 GLsizei height, | 196 GLsizei height, |
187 GLsizei depth, | 197 GLsizei depth, |
188 GLint border, | 198 GLint border, |
189 GLsizei imageSize, | 199 GLsizei imageSize, |
190 const void* data); | 200 const void* data); |
| 201 static void GL_BINDING_CALL |
| 202 Mock_glCompressedTexImage3DRobustANGLE(GLenum target, |
| 203 GLint level, |
| 204 GLenum internalformat, |
| 205 GLsizei width, |
| 206 GLsizei height, |
| 207 GLsizei depth, |
| 208 GLint border, |
| 209 GLsizei imageSize, |
| 210 GLsizei dataSize, |
| 211 const void* data); |
191 static void GL_BINDING_CALL Mock_glCompressedTexSubImage2D(GLenum target, | 212 static void GL_BINDING_CALL Mock_glCompressedTexSubImage2D(GLenum target, |
192 GLint level, | 213 GLint level, |
193 GLint xoffset, | 214 GLint xoffset, |
194 GLint yoffset, | 215 GLint yoffset, |
195 GLsizei width, | 216 GLsizei width, |
196 GLsizei height, | 217 GLsizei height, |
197 GLenum format, | 218 GLenum format, |
198 GLsizei imageSize, | 219 GLsizei imageSize, |
199 const void* data); | 220 const void* data); |
| 221 static void GL_BINDING_CALL |
| 222 Mock_glCompressedTexSubImage2DRobustANGLE(GLenum target, |
| 223 GLint level, |
| 224 GLint xoffset, |
| 225 GLint yoffset, |
| 226 GLsizei width, |
| 227 GLsizei height, |
| 228 GLenum format, |
| 229 GLsizei imageSize, |
| 230 GLsizei dataSize, |
| 231 const void* data); |
200 static void GL_BINDING_CALL Mock_glCompressedTexSubImage3D(GLenum target, | 232 static void GL_BINDING_CALL Mock_glCompressedTexSubImage3D(GLenum target, |
201 GLint level, | 233 GLint level, |
202 GLint xoffset, | 234 GLint xoffset, |
203 GLint yoffset, | 235 GLint yoffset, |
204 GLint zoffset, | 236 GLint zoffset, |
205 GLsizei width, | 237 GLsizei width, |
206 GLsizei height, | 238 GLsizei height, |
207 GLsizei depth, | 239 GLsizei depth, |
208 GLenum format, | 240 GLenum format, |
209 GLsizei imageSize, | 241 GLsizei imageSize, |
210 const void* data); | 242 const void* data); |
| 243 static void GL_BINDING_CALL |
| 244 Mock_glCompressedTexSubImage3DRobustANGLE(GLenum target, |
| 245 GLint level, |
| 246 GLint xoffset, |
| 247 GLint yoffset, |
| 248 GLint zoffset, |
| 249 GLsizei width, |
| 250 GLsizei height, |
| 251 GLsizei depth, |
| 252 GLenum format, |
| 253 GLsizei imageSize, |
| 254 GLsizei dataSize, |
| 255 const void* data); |
211 static void GL_BINDING_CALL Mock_glCopyBufferSubData(GLenum readTarget, | 256 static void GL_BINDING_CALL Mock_glCopyBufferSubData(GLenum readTarget, |
212 GLenum writeTarget, | 257 GLenum writeTarget, |
213 GLintptr readOffset, | 258 GLintptr readOffset, |
214 GLintptr writeOffset, | 259 GLintptr writeOffset, |
215 GLsizeiptr size); | 260 GLsizeiptr size); |
216 static void GL_BINDING_CALL | 261 static void GL_BINDING_CALL |
217 Mock_glCopySubTextureCHROMIUM(GLuint sourceId, | 262 Mock_glCopySubTextureCHROMIUM(GLuint sourceId, |
218 GLint sourceLevel, | 263 GLint sourceLevel, |
219 GLenum destTarget, | 264 GLenum destTarget, |
220 GLuint destId, | 265 GLuint destId, |
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 GLboolean normalized, | 1683 GLboolean normalized, |
1639 GLsizei stride, | 1684 GLsizei stride, |
1640 const void* ptr); | 1685 const void* ptr); |
1641 static void GL_BINDING_CALL Mock_glViewport(GLint x, | 1686 static void GL_BINDING_CALL Mock_glViewport(GLint x, |
1642 GLint y, | 1687 GLint y, |
1643 GLsizei width, | 1688 GLsizei width, |
1644 GLsizei height); | 1689 GLsizei height); |
1645 static GLenum GL_BINDING_CALL Mock_glWaitSync(GLsync sync, | 1690 static GLenum GL_BINDING_CALL Mock_glWaitSync(GLsync sync, |
1646 GLbitfield flags, | 1691 GLbitfield flags, |
1647 GLuint64 timeout); | 1692 GLuint64 timeout); |
OLD | NEW |