| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 140 |
| 141 void CopyTexSubImage2D(GLenum target, | 141 void CopyTexSubImage2D(GLenum target, |
| 142 GLint level, | 142 GLint level, |
| 143 GLint xoffset, | 143 GLint xoffset, |
| 144 GLint yoffset, | 144 GLint yoffset, |
| 145 GLint x, | 145 GLint x, |
| 146 GLint y, | 146 GLint y, |
| 147 GLsizei width, | 147 GLsizei width, |
| 148 GLsizei height) override; | 148 GLsizei height) override; |
| 149 | 149 |
| 150 void CopyTexSubImage3D(GLenum target, |
| 151 GLint level, |
| 152 GLint xoffset, |
| 153 GLint yoffset, |
| 154 GLint zoffset, |
| 155 GLint x, |
| 156 GLint y, |
| 157 GLsizei width, |
| 158 GLsizei height) override; |
| 159 |
| 150 GLuint CreateProgram() override; | 160 GLuint CreateProgram() override; |
| 151 | 161 |
| 152 GLuint CreateShader(GLenum type) override; | 162 GLuint CreateShader(GLenum type) override; |
| 153 | 163 |
| 154 void CullFace(GLenum mode) override; | 164 void CullFace(GLenum mode) override; |
| 155 | 165 |
| 156 void DeleteBuffers(GLsizei n, const GLuint* buffers) override; | 166 void DeleteBuffers(GLsizei n, const GLuint* buffers) override; |
| 157 | 167 |
| 158 void DeleteFramebuffers(GLsizei n, const GLuint* framebuffers) override; | 168 void DeleteFramebuffers(GLsizei n, const GLuint* framebuffers) override; |
| 159 | 169 |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 | 918 |
| 909 void SwapInterval(GLint interval) override; | 919 void SwapInterval(GLint interval) override; |
| 910 | 920 |
| 911 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 921 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 912 | 922 |
| 913 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 923 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 914 | 924 |
| 915 void BlendBarrierKHR() override; | 925 void BlendBarrierKHR() override; |
| 916 | 926 |
| 917 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 927 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |