| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 MOCK_METHOD4( | 332 MOCK_METHOD4( |
| 333 GetAttachedShaders, | 333 GetAttachedShaders, |
| 334 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)); | 334 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)); |
| 335 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name)); | 335 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name)); |
| 336 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params)); | 336 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params)); |
| 337 MOCK_METHOD3(GetBufferParameteriv, | 337 MOCK_METHOD3(GetBufferParameteriv, |
| 338 void(GLenum target, GLenum pname, GLint* params)); | 338 void(GLenum target, GLenum pname, GLint* params)); |
| 339 MOCK_METHOD0(GetError, GLenum()); | 339 MOCK_METHOD0(GetError, GLenum()); |
| 340 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params)); | 340 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params)); |
| 341 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params)); | 341 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params)); |
| 342 MOCK_METHOD2(GetFragDataIndex, GLint(GLuint program, const char* name)); |
| 342 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name)); | 343 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name)); |
| 343 MOCK_METHOD4( | 344 MOCK_METHOD4( |
| 344 GetFramebufferAttachmentParameterivEXT, | 345 GetFramebufferAttachmentParameterivEXT, |
| 345 void(GLenum target, GLenum attachment, GLenum pname, GLint* params)); | 346 void(GLenum target, GLenum attachment, GLenum pname, GLint* params)); |
| 346 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum()); | 347 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum()); |
| 347 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data)); | 348 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data)); |
| 348 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params)); | 349 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params)); |
| 349 MOCK_METHOD3(GetIntegeri_v, void(GLenum target, GLuint index, GLint* data)); | 350 MOCK_METHOD3(GetIntegeri_v, void(GLenum target, GLuint index, GLint* data)); |
| 350 MOCK_METHOD2(GetIntegerv, void(GLenum pname, GLint* params)); | 351 MOCK_METHOD2(GetIntegerv, void(GLenum pname, GLint* params)); |
| 351 MOCK_METHOD5(GetInternalformativ, | 352 MOCK_METHOD5(GetInternalformativ, |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 const void* ptr)); | 804 const void* ptr)); |
| 804 MOCK_METHOD6(VertexAttribPointer, | 805 MOCK_METHOD6(VertexAttribPointer, |
| 805 void(GLuint indx, | 806 void(GLuint indx, |
| 806 GLint size, | 807 GLint size, |
| 807 GLenum type, | 808 GLenum type, |
| 808 GLboolean normalized, | 809 GLboolean normalized, |
| 809 GLsizei stride, | 810 GLsizei stride, |
| 810 const void* ptr)); | 811 const void* ptr)); |
| 811 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); | 812 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); |
| 812 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); | 813 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); |
| OLD | NEW |