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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 GLsizei width, | 556 GLsizei width, |
557 GLsizei height, | 557 GLsizei height, |
558 GLuint ioSurfaceId, | 558 GLuint ioSurfaceId, |
559 GLuint plane) override; | 559 GLuint plane) override; |
560 void CopyTextureCHROMIUM(GLenum target, | 560 void CopyTextureCHROMIUM(GLenum target, |
561 GLenum source_id, | 561 GLenum source_id, |
562 GLenum dest_id, | 562 GLenum dest_id, |
563 GLint level, | 563 GLint level, |
564 GLint internalformat, | 564 GLint internalformat, |
565 GLenum dest_type) override; | 565 GLenum dest_type) override; |
| 566 void CopySubTextureCHROMIUM(GLenum target, |
| 567 GLenum source_id, |
| 568 GLenum dest_id, |
| 569 GLint level, |
| 570 GLint xoffset, |
| 571 GLint yoffset) override; |
566 void DrawArraysInstancedANGLE(GLenum mode, | 572 void DrawArraysInstancedANGLE(GLenum mode, |
567 GLint first, | 573 GLint first, |
568 GLsizei count, | 574 GLsizei count, |
569 GLsizei primcount) override; | 575 GLsizei primcount) override; |
570 void DrawElementsInstancedANGLE(GLenum mode, | 576 void DrawElementsInstancedANGLE(GLenum mode, |
571 GLsizei count, | 577 GLsizei count, |
572 GLenum type, | 578 GLenum type, |
573 const void* indices, | 579 const void* indices, |
574 GLsizei primcount) override; | 580 GLsizei primcount) override; |
575 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; | 581 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 GLint bounds_height, | 641 GLint bounds_height, |
636 GLfloat uv_x, | 642 GLfloat uv_x, |
637 GLfloat uv_y, | 643 GLfloat uv_y, |
638 GLfloat uv_width, | 644 GLfloat uv_width, |
639 GLfloat uv_height) override; | 645 GLfloat uv_height) override; |
640 void SwapInterval(GLint interval) override; | 646 void SwapInterval(GLint interval) override; |
641 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 647 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
642 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 648 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
643 void BlendBarrierKHR() override; | 649 void BlendBarrierKHR() override; |
644 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 650 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |