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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1394403002: Mac Overlays: Plumb through GL solid color overlay support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 GLenum plane_transform, 774 GLenum plane_transform,
775 GLuint overlay_texture_id, 775 GLuint overlay_texture_id,
776 GLint bounds_x, 776 GLint bounds_x,
777 GLint bounds_y, 777 GLint bounds_y,
778 GLint bounds_width, 778 GLint bounds_width,
779 GLint bounds_height, 779 GLint bounds_height,
780 GLfloat uv_x, 780 GLfloat uv_x,
781 GLfloat uv_y, 781 GLfloat uv_y,
782 GLfloat uv_width, 782 GLfloat uv_width,
783 GLfloat uv_height) override; 783 GLfloat uv_height) override;
784 void ScheduleSolidColorOverlayPlaneCHROMIUM(GLint plane_z_order,
785 GLint bounds_x,
786 GLint bounds_y,
787 GLint bounds_width,
788 GLint bounds_height,
789 GLclampf red,
790 GLclampf green,
791 GLclampf blue,
792 GLclampf alpha) override;
784 void SwapInterval(GLint interval) override; 793 void SwapInterval(GLint interval) override;
785 void FlushDriverCachesCHROMIUM() override; 794 void FlushDriverCachesCHROMIUM() override;
786 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 795 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
787 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 796 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
788 GLuint GenPathsCHROMIUM(GLsizei range) override; 797 GLuint GenPathsCHROMIUM(GLsizei range) override;
789 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; 798 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override;
790 GLboolean IsPathCHROMIUM(GLuint path) override; 799 GLboolean IsPathCHROMIUM(GLuint path) override;
791 void PathCommandsCHROMIUM(GLuint path, 800 void PathCommandsCHROMIUM(GLuint path,
792 GLsizei numCommands, 801 GLsizei numCommands,
793 const GLubyte* commands, 802 const GLubyte* commands,
(...skipping 24 matching lines...) Expand all
818 GLenum GetGraphicsResetStatusKHR() override; 827 GLenum GetGraphicsResetStatusKHR() override;
819 void BlendBarrierKHR() override; 828 void BlendBarrierKHR() override;
820 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 829 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
821 830
822 private: 831 private:
823 MojoGLES2Context context_; 832 MojoGLES2Context context_;
824 }; 833 };
825 834
826 } // namespace mojo 835 } // namespace mojo
827 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 836 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698