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

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: Update cmd_buffer_functions 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
« no previous file with comments | « gpu/command_buffer/service/texture_definition.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; 772 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override;
773 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; 773 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
774 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 774 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
775 void DiscardBackbufferCHROMIUM() override; 775 void DiscardBackbufferCHROMIUM() override;
776 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 776 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
777 GLenum plane_transform, 777 GLenum plane_transform,
778 GLuint storage_format,
778 GLuint overlay_texture_id, 779 GLuint overlay_texture_id,
779 GLint bounds_x, 780 GLint bounds_x,
780 GLint bounds_y, 781 GLint bounds_y,
781 GLint bounds_width, 782 GLint bounds_width,
782 GLint bounds_height, 783 GLint bounds_height,
783 GLfloat uv_x, 784 GLfloat uv_x,
784 GLfloat uv_y, 785 GLfloat uv_y,
785 GLfloat uv_width, 786 GLfloat uv_width,
786 GLfloat uv_height) override; 787 GLfloat uv_height,
788 GLboolean handle_scaling) override;
787 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 789 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
788 const GLfloat* contents_rect, 790 const GLfloat* contents_rect,
789 GLfloat opacity, 791 GLfloat opacity,
790 const GLuint background_color, 792 const GLuint background_color,
791 const GLfloat* bounds_size, 793 const GLfloat* bounds_size,
792 const GLfloat* transform) override; 794 const GLfloat* transform) override;
793 void CommitOverlayPlanesCHROMIUM() override; 795 void CommitOverlayPlanesCHROMIUM() override;
794 void SwapInterval(GLint interval) override; 796 void SwapInterval(GLint interval) override;
795 void FlushDriverCachesCHROMIUM() override; 797 void FlushDriverCachesCHROMIUM() override;
796 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 798 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 GLuint colorNumber, 899 GLuint colorNumber,
898 const char* name) override; 900 const char* name) override;
899 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 901 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
900 902
901 private: 903 private:
902 MojoGLES2Context context_; 904 MojoGLES2Context context_;
903 }; 905 };
904 906
905 } // namespace mojo 907 } // namespace mojo
906 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 908 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/texture_definition.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698