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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 GLsizei* length, | 383 GLsizei* length, |
384 GLint* values)); | 384 GLint* values)); |
385 MOCK_METHOD4(GetTexLevelParameterfv, | 385 MOCK_METHOD4(GetTexLevelParameterfv, |
386 void(GLenum target, GLint level, GLenum pname, GLfloat* params)); | 386 void(GLenum target, GLint level, GLenum pname, GLfloat* params)); |
387 MOCK_METHOD4(GetTexLevelParameteriv, | 387 MOCK_METHOD4(GetTexLevelParameteriv, |
388 void(GLenum target, GLint level, GLenum pname, GLint* params)); | 388 void(GLenum target, GLint level, GLenum pname, GLint* params)); |
389 MOCK_METHOD3(GetTexParameterfv, | 389 MOCK_METHOD3(GetTexParameterfv, |
390 void(GLenum target, GLenum pname, GLfloat* params)); | 390 void(GLenum target, GLenum pname, GLfloat* params)); |
391 MOCK_METHOD3(GetTexParameteriv, | 391 MOCK_METHOD3(GetTexParameteriv, |
392 void(GLenum target, GLenum pname, GLint* params)); | 392 void(GLenum target, GLenum pname, GLint* params)); |
393 MOCK_METHOD6(GetTransformFeedbackVarying, | 393 MOCK_METHOD7(GetTransformFeedbackVarying, |
394 void(GLuint program, | 394 void(GLuint program, |
395 GLuint index, | 395 GLuint index, |
396 GLsizei bufSize, | 396 GLsizei bufSize, |
397 GLsizei* length, | 397 GLsizei* length, |
| 398 GLsizei* size, |
398 GLenum* type, | 399 GLenum* type, |
399 char* name)); | 400 char* name)); |
400 MOCK_METHOD4( | 401 MOCK_METHOD4( |
401 GetTranslatedShaderSourceANGLE, | 402 GetTranslatedShaderSourceANGLE, |
402 void(GLuint shader, GLsizei bufsize, GLsizei* length, char* source)); | 403 void(GLuint shader, GLsizei bufsize, GLsizei* length, char* source)); |
403 MOCK_METHOD2(GetUniformBlockIndex, | 404 MOCK_METHOD2(GetUniformBlockIndex, |
404 GLuint(GLuint program, const char* uniformBlockName)); | 405 GLuint(GLuint program, const char* uniformBlockName)); |
405 MOCK_METHOD3(GetUniformfv, | 406 MOCK_METHOD3(GetUniformfv, |
406 void(GLuint program, GLint location, GLfloat* params)); | 407 void(GLuint program, GLint location, GLfloat* params)); |
407 MOCK_METHOD4(GetUniformIndices, | 408 MOCK_METHOD4(GetUniformIndices, |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 const void* ptr)); | 701 const void* ptr)); |
701 MOCK_METHOD6(VertexAttribPointer, | 702 MOCK_METHOD6(VertexAttribPointer, |
702 void(GLuint indx, | 703 void(GLuint indx, |
703 GLint size, | 704 GLint size, |
704 GLenum type, | 705 GLenum type, |
705 GLboolean normalized, | 706 GLboolean normalized, |
706 GLsizei stride, | 707 GLsizei stride, |
707 const void* ptr)); | 708 const void* ptr)); |
708 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); | 709 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); |
709 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); | 710 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); |
OLD | NEW |