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 |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 | 697 |
698 void VertexAttribPointer(GLuint indx, | 698 void VertexAttribPointer(GLuint indx, |
699 GLint size, | 699 GLint size, |
700 GLenum type, | 700 GLenum type, |
701 GLboolean normalized, | 701 GLboolean normalized, |
702 GLsizei stride, | 702 GLsizei stride, |
703 const void* ptr) override; | 703 const void* ptr) override; |
704 | 704 |
705 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) override; | 705 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) override; |
706 | 706 |
| 707 void WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override; |
| 708 |
707 void BlitFramebufferCHROMIUM(GLint srcX0, | 709 void BlitFramebufferCHROMIUM(GLint srcX0, |
708 GLint srcY0, | 710 GLint srcY0, |
709 GLint srcX1, | 711 GLint srcX1, |
710 GLint srcY1, | 712 GLint srcY1, |
711 GLint dstX0, | 713 GLint dstX0, |
712 GLint dstY0, | 714 GLint dstY0, |
713 GLint dstX1, | 715 GLint dstX1, |
714 GLint dstY1, | 716 GLint dstY1, |
715 GLbitfield mask, | 717 GLbitfield mask, |
716 GLenum filter) override; | 718 GLenum filter) override; |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
976 | 978 |
977 void SwapInterval(GLint interval) override; | 979 void SwapInterval(GLint interval) override; |
978 | 980 |
979 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 981 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
980 | 982 |
981 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 983 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
982 | 984 |
983 void BlendBarrierKHR() override; | 985 void BlendBarrierKHR() override; |
984 | 986 |
985 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 987 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |