| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 GLint border, | 257 GLint border, |
| 258 GLenum format, | 258 GLenum format, |
| 259 GLenum type, | 259 GLenum type, |
| 260 const void* pixels) override; | 260 const void* pixels) override; |
| 261 void TexParameterf(GLenum target, GLenum pname, GLfloat param) override; | 261 void TexParameterf(GLenum target, GLenum pname, GLfloat param) override; |
| 262 void TexParameterfv(GLenum target, | 262 void TexParameterfv(GLenum target, |
| 263 GLenum pname, | 263 GLenum pname, |
| 264 const GLfloat* params) override; | 264 const GLfloat* params) override; |
| 265 void TexParameteri(GLenum target, GLenum pname, GLint param) override; | 265 void TexParameteri(GLenum target, GLenum pname, GLint param) override; |
| 266 void TexParameteriv(GLenum target, GLenum pname, const GLint* params) override; | 266 void TexParameteriv(GLenum target, GLenum pname, const GLint* params) override; |
| 267 void TexStorage3D(GLenum target, |
| 268 GLsizei levels, |
| 269 GLenum internalFormat, |
| 270 GLsizei width, |
| 271 GLsizei height, |
| 272 GLsizei depth) override; |
| 267 void TexSubImage2D(GLenum target, | 273 void TexSubImage2D(GLenum target, |
| 268 GLint level, | 274 GLint level, |
| 269 GLint xoffset, | 275 GLint xoffset, |
| 270 GLint yoffset, | 276 GLint yoffset, |
| 271 GLsizei width, | 277 GLsizei width, |
| 272 GLsizei height, | 278 GLsizei height, |
| 273 GLenum format, | 279 GLenum format, |
| 274 GLenum type, | 280 GLenum type, |
| 275 const void* pixels) override; | 281 const void* pixels) override; |
| 276 void Uniform1f(GLint location, GLfloat x) override; | 282 void Uniform1f(GLint location, GLfloat x) override; |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 GLint bounds_width, | 556 GLint bounds_width, |
| 551 GLint bounds_height, | 557 GLint bounds_height, |
| 552 GLfloat uv_x, | 558 GLfloat uv_x, |
| 553 GLfloat uv_y, | 559 GLfloat uv_y, |
| 554 GLfloat uv_width, | 560 GLfloat uv_width, |
| 555 GLfloat uv_height) override; | 561 GLfloat uv_height) override; |
| 556 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 562 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 557 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 563 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 558 void BlendBarrierKHR() override; | 564 void BlendBarrierKHR() override; |
| 559 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 565 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |