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, | |
176 GLuint destId, | 174 GLuint destId, |
177 GLint destLevel, | |
178 GLint xoffset, | 175 GLint xoffset, |
179 GLint yoffset, | 176 GLint yoffset, |
180 GLint x, | 177 GLint x, |
181 GLint y, | 178 GLint y, |
182 GLsizei width, | 179 GLsizei width, |
183 GLsizei height, | 180 GLsizei height, |
184 GLboolean unpackFlipY, | 181 GLboolean unpackFlipY, |
185 GLboolean unpackPremultiplyAlpha, | 182 GLboolean unpackPremultiplyAlpha, |
186 GLboolean unpackUnmultiplyAlpha) override {} | 183 GLboolean unpackUnmultiplyAlpha) override {} |
187 void glCopyTexImage2DFn(GLenum target, | 184 void glCopyTexImage2DFn(GLenum target, |
(...skipping 15 matching lines...) Expand all Loading... |
203 void glCopyTexSubImage3DFn(GLenum target, | 200 void glCopyTexSubImage3DFn(GLenum target, |
204 GLint level, | 201 GLint level, |
205 GLint xoffset, | 202 GLint xoffset, |
206 GLint yoffset, | 203 GLint yoffset, |
207 GLint zoffset, | 204 GLint zoffset, |
208 GLint x, | 205 GLint x, |
209 GLint y, | 206 GLint y, |
210 GLsizei width, | 207 GLsizei width, |
211 GLsizei height) override {} | 208 GLsizei height) override {} |
212 void glCopyTextureCHROMIUMFn(GLuint sourceId, | 209 void glCopyTextureCHROMIUMFn(GLuint sourceId, |
213 GLint sourceLevel, | |
214 GLenum destTarget, | |
215 GLuint destId, | 210 GLuint destId, |
216 GLint destLevel, | |
217 GLint internalFormat, | 211 GLint internalFormat, |
218 GLenum destType, | 212 GLenum destType, |
219 GLboolean unpackFlipY, | 213 GLboolean unpackFlipY, |
220 GLboolean unpackPremultiplyAlpha, | 214 GLboolean unpackPremultiplyAlpha, |
221 GLboolean unpackUnmultiplyAlpha) override {} | 215 GLboolean unpackUnmultiplyAlpha) override {} |
222 void glCoverageModulationNVFn(GLenum components) override {} | 216 void glCoverageModulationNVFn(GLenum components) override {} |
223 void glCoverFillPathInstancedNVFn(GLsizei numPaths, | 217 void glCoverFillPathInstancedNVFn(GLsizei numPaths, |
224 GLenum pathNameType, | 218 GLenum pathNameType, |
225 const void* paths, | 219 const void* paths, |
226 GLuint pathBase, | 220 GLuint pathBase, |
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1241 GLsizei stride, | 1235 GLsizei stride, |
1242 const void* ptr) override {} | 1236 const void* ptr) override {} |
1243 void glVertexAttribPointerFn(GLuint indx, | 1237 void glVertexAttribPointerFn(GLuint indx, |
1244 GLint size, | 1238 GLint size, |
1245 GLenum type, | 1239 GLenum type, |
1246 GLboolean normalized, | 1240 GLboolean normalized, |
1247 GLsizei stride, | 1241 GLsizei stride, |
1248 const void* ptr) override {} | 1242 const void* ptr) override {} |
1249 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {} | 1243 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {} |
1250 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; | 1244 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; |
OLD | NEW |