| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 const GLuint* uniformIndices, | 307 const GLuint* uniformIndices, |
| 308 GLenum pname, | 308 GLenum pname, |
| 309 GLint* params)); | 309 GLint* params)); |
| 310 MOCK_METHOD4( | 310 MOCK_METHOD4( |
| 311 GetAttachedShaders, | 311 GetAttachedShaders, |
| 312 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)); | 312 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)); |
| 313 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name)); | 313 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name)); |
| 314 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params)); | 314 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params)); |
| 315 MOCK_METHOD3(GetBufferParameteriv, | 315 MOCK_METHOD3(GetBufferParameteriv, |
| 316 void(GLenum target, GLenum pname, GLint* params)); | 316 void(GLenum target, GLenum pname, GLint* params)); |
| 317 MOCK_METHOD3(GetCompressedTexImage, |
| 318 void(GLenum target, GLint lod, GLvoid* img)); |
| 317 MOCK_METHOD0(GetError, GLenum()); | 319 MOCK_METHOD0(GetError, GLenum()); |
| 318 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params)); | 320 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params)); |
| 319 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params)); | 321 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params)); |
| 320 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name)); | 322 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name)); |
| 321 MOCK_METHOD4( | 323 MOCK_METHOD4( |
| 322 GetFramebufferAttachmentParameterivEXT, | 324 GetFramebufferAttachmentParameterivEXT, |
| 323 void(GLenum target, GLenum attachment, GLenum pname, GLint* params)); | 325 void(GLenum target, GLenum attachment, GLenum pname, GLint* params)); |
| 324 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum()); | 326 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum()); |
| 325 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data)); | 327 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data)); |
| 326 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params)); | 328 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params)); |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 const void* ptr)); | 697 const void* ptr)); |
| 696 MOCK_METHOD6(VertexAttribPointer, | 698 MOCK_METHOD6(VertexAttribPointer, |
| 697 void(GLuint indx, | 699 void(GLuint indx, |
| 698 GLint size, | 700 GLint size, |
| 699 GLenum type, | 701 GLenum type, |
| 700 GLboolean normalized, | 702 GLboolean normalized, |
| 701 GLsizei stride, | 703 GLsizei stride, |
| 702 const void* ptr)); | 704 const void* ptr)); |
| 703 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); | 705 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); |
| 704 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); | 706 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); |
| OLD | NEW |