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

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

Issue 1513283002: Add support to send optimal format as part of ScheduleOverlayPlane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 767 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
768 GLuint64 InsertFenceSyncCHROMIUM() override; 768 GLuint64 InsertFenceSyncCHROMIUM() override;
769 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; 769 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
770 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, 770 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync,
771 GLbyte* sync_token) override; 771 GLbyte* sync_token) override;
772 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; 772 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
773 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 773 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
774 void DiscardBackbufferCHROMIUM() override; 774 void DiscardBackbufferCHROMIUM() override;
775 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 775 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
776 GLenum plane_transform, 776 GLenum plane_transform,
777 GLuint storage_format,
777 GLuint overlay_texture_id, 778 GLuint overlay_texture_id,
778 GLint bounds_x, 779 GLint bounds_x,
779 GLint bounds_y, 780 GLint bounds_y,
780 GLint bounds_width, 781 GLint bounds_width,
781 GLint bounds_height, 782 GLint bounds_height,
782 GLfloat uv_x, 783 GLfloat uv_x,
783 GLfloat uv_y, 784 GLfloat uv_y,
784 GLfloat uv_width, 785 GLfloat uv_width,
785 GLfloat uv_height) override; 786 GLfloat uv_height,
787 GLboolean handle_scaling) override;
786 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 788 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
787 const GLfloat* contents_rect, 789 const GLfloat* contents_rect,
788 GLfloat opacity, 790 GLfloat opacity,
789 const GLuint background_color, 791 const GLuint background_color,
790 const GLfloat* bounds_size, 792 const GLfloat* bounds_size,
791 const GLfloat* transform) override; 793 const GLfloat* transform) override;
792 void CommitOverlayPlanesCHROMIUM() override; 794 void CommitOverlayPlanesCHROMIUM() override;
793 void SwapInterval(GLint interval) override; 795 void SwapInterval(GLint interval) override;
794 void FlushDriverCachesCHROMIUM() override; 796 void FlushDriverCachesCHROMIUM() override;
795 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 797 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 GLuint colorNumber, 898 GLuint colorNumber,
897 const char* name) override; 899 const char* name) override;
898 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 900 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
899 901
900 private: 902 private:
901 MojoGLES2Context context_; 903 MojoGLES2Context context_;
902 }; 904 };
903 905
904 } // namespace mojo 906 } // namespace mojo
905 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 907 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698