Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_autogen.h

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 744 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
745 745
746 void UniformValuebufferCHROMIUM(GLint location, 746 void UniformValuebufferCHROMIUM(GLint location,
747 GLenum target, 747 GLenum target,
748 GLenum subscription) override; 748 GLenum subscription) override;
749 749
750 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 750 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
751 751
752 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 752 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
753 753
754 void TraceBeginCHROMIUM(const char* name) override; 754 void TraceBeginCHROMIUM(const char* category_name,
755 const char* trace_name) override;
755 756
756 void TraceEndCHROMIUM() override; 757 void TraceEndCHROMIUM() override;
757 758
758 void AsyncTexSubImage2DCHROMIUM(GLenum target, 759 void AsyncTexSubImage2DCHROMIUM(GLenum target,
759 GLint level, 760 GLint level,
760 GLint xoffset, 761 GLint xoffset,
761 GLint yoffset, 762 GLint yoffset,
762 GLsizei width, 763 GLsizei width,
763 GLsizei height, 764 GLsizei height,
764 GLenum format, 765 GLenum format,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 GLuint overlay_texture_id, 799 GLuint overlay_texture_id,
799 GLint bounds_x, 800 GLint bounds_x,
800 GLint bounds_y, 801 GLint bounds_y,
801 GLint bounds_width, 802 GLint bounds_width,
802 GLint bounds_height, 803 GLint bounds_height,
803 GLfloat uv_x, 804 GLfloat uv_x,
804 GLfloat uv_y, 805 GLfloat uv_y,
805 GLfloat uv_width, 806 GLfloat uv_width,
806 GLfloat uv_height) override; 807 GLfloat uv_height) override;
807 808
809 void SwapInterval(GLint interval) override;
810
808 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 811 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
809 812
810 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 813 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
811 814
812 void BlendBarrierKHR() override; 815 void BlendBarrierKHR() override;
813 816
814 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 817 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_interface_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698