| 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 758 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 759 void TraceBeginCHROMIUM(const char* category_name, | 759 void TraceBeginCHROMIUM(const char* category_name, |
| 760 const char* trace_name) override; | 760 const char* trace_name) override; |
| 761 void TraceEndCHROMIUM() override; | 761 void TraceEndCHROMIUM() override; |
| 762 void DiscardFramebufferEXT(GLenum target, | 762 void DiscardFramebufferEXT(GLenum target, |
| 763 GLsizei count, | 763 GLsizei count, |
| 764 const GLenum* attachments) override; | 764 const GLenum* attachments) override; |
| 765 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 765 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
| 766 GLuint InsertSyncPointCHROMIUM() override; | 766 GLuint InsertSyncPointCHROMIUM() override; |
| 767 void WaitSyncPointCHROMIUM(GLuint sync_point) override; | 767 void WaitSyncPointCHROMIUM(GLuint sync_point) override; |
| 768 GLuint InsertFenceSyncCHROMIUM() override; |
| 769 void GenSyncTokenCHROMIUM(GLuint fence_sync, GLbyte* sync_token) override; |
| 770 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; |
| 768 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; | 771 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; |
| 769 void DiscardBackbufferCHROMIUM() override; | 772 void DiscardBackbufferCHROMIUM() override; |
| 770 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, | 773 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
| 771 GLenum plane_transform, | 774 GLenum plane_transform, |
| 772 GLuint overlay_texture_id, | 775 GLuint overlay_texture_id, |
| 773 GLint bounds_x, | 776 GLint bounds_x, |
| 774 GLint bounds_y, | 777 GLint bounds_y, |
| 775 GLint bounds_width, | 778 GLint bounds_width, |
| 776 GLint bounds_height, | 779 GLint bounds_height, |
| 777 GLfloat uv_x, | 780 GLfloat uv_x, |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 GLenum GetGraphicsResetStatusKHR() override; | 818 GLenum GetGraphicsResetStatusKHR() override; |
| 816 void BlendBarrierKHR() override; | 819 void BlendBarrierKHR() override; |
| 817 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 820 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
| 818 | 821 |
| 819 private: | 822 private: |
| 820 MojoGLES2Context context_; | 823 MojoGLES2Context context_; |
| 821 }; | 824 }; |
| 822 | 825 |
| 823 } // namespace mojo | 826 } // namespace mojo |
| 824 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ | 827 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ |
| OLD | NEW |