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 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.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 |
11 VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ()) | 11 VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ()) |
12 VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ()) | 12 VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ()) |
13 VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ()) | 13 VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ()) |
| 14 VISIT_GL_CALL(UniformMatrix4fvWithCustomMatrixCHROMIUM, |
| 15 void, |
| 16 (GLint location, |
| 17 GLsizei count, |
| 18 GLint custom_matrix_id, |
| 19 GLboolean transpose, |
| 20 const GLfloat* default_value), |
| 21 (location, count, custom_matrix_id, transpose, default_value)) |
14 VISIT_GL_CALL( | 22 VISIT_GL_CALL( |
15 BlitFramebufferCHROMIUM, | 23 BlitFramebufferCHROMIUM, |
16 void, | 24 void, |
17 (GLint srcX0, | 25 (GLint srcX0, |
18 GLint srcY0, | 26 GLint srcY0, |
19 GLint srcX1, | 27 GLint srcX1, |
20 GLint srcY1, | 28 GLint srcY1, |
21 GLint dstX0, | 29 GLint dstX0, |
22 GLint dstY0, | 30 GLint dstY0, |
23 GLint dstX1, | 31 GLint dstX1, |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 (GLuint program, GLuint colorNumber, GLuint index, const char* name), | 579 (GLuint program, GLuint colorNumber, GLuint index, const char* name), |
572 (program, colorNumber, index, name)) | 580 (program, colorNumber, index, name)) |
573 VISIT_GL_CALL(BindFragDataLocationEXT, | 581 VISIT_GL_CALL(BindFragDataLocationEXT, |
574 void, | 582 void, |
575 (GLuint program, GLuint colorNumber, const char* name), | 583 (GLuint program, GLuint colorNumber, const char* name), |
576 (program, colorNumber, name)) | 584 (program, colorNumber, name)) |
577 VISIT_GL_CALL(GetFragDataIndexEXT, | 585 VISIT_GL_CALL(GetFragDataIndexEXT, |
578 GLint, | 586 GLint, |
579 (GLuint program, const char* name), | 587 (GLuint program, const char* name), |
580 (program, name)) | 588 (program, name)) |
OLD | NEW |