| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 void CompressedTexSubImage2D(GLenum target, | 87 void CompressedTexSubImage2D(GLenum target, |
| 88 GLint level, | 88 GLint level, |
| 89 GLint xoffset, | 89 GLint xoffset, |
| 90 GLint yoffset, | 90 GLint yoffset, |
| 91 GLsizei width, | 91 GLsizei width, |
| 92 GLsizei height, | 92 GLsizei height, |
| 93 GLenum format, | 93 GLenum format, |
| 94 GLsizei imageSize, | 94 GLsizei imageSize, |
| 95 const void* data) override; | 95 const void* data) override; |
| 96 | 96 |
| 97 void CopyBufferSubData(GLenum readtarget, |
| 98 GLenum writetarget, |
| 99 GLintptr readoffset, |
| 100 GLintptr writeoffset, |
| 101 GLsizeiptr size) override; |
| 102 |
| 97 void CopyTexImage2D(GLenum target, | 103 void CopyTexImage2D(GLenum target, |
| 98 GLint level, | 104 GLint level, |
| 99 GLenum internalformat, | 105 GLenum internalformat, |
| 100 GLint x, | 106 GLint x, |
| 101 GLint y, | 107 GLint y, |
| 102 GLsizei width, | 108 GLsizei width, |
| 103 GLsizei height, | 109 GLsizei height, |
| 104 GLint border) override; | 110 GLint border) override; |
| 105 | 111 |
| 106 void CopyTexSubImage2D(GLenum target, | 112 void CopyTexSubImage2D(GLenum target, |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 GLfloat uv_width, | 710 GLfloat uv_width, |
| 705 GLfloat uv_height) override; | 711 GLfloat uv_height) override; |
| 706 | 712 |
| 707 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 713 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 708 | 714 |
| 709 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 715 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 710 | 716 |
| 711 void BlendBarrierKHR() override; | 717 void BlendBarrierKHR() override; |
| 712 | 718 |
| 713 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 719 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |