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

Side by Side Diff: gpu/command_buffer/client/gles2_trace_implementation_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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 742 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
743 GLuint64 InsertFenceSyncCHROMIUM() override; 743 GLuint64 InsertFenceSyncCHROMIUM() override;
744 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; 744 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
745 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, 745 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync,
746 GLbyte* sync_token) override; 746 GLbyte* sync_token) override;
747 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; 747 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
748 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 748 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
749 void DiscardBackbufferCHROMIUM() override; 749 void DiscardBackbufferCHROMIUM() override;
750 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 750 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
751 GLenum plane_transform, 751 GLenum plane_transform,
752 GLuint storage_format,
752 GLuint overlay_texture_id, 753 GLuint overlay_texture_id,
753 GLint bounds_x, 754 GLint bounds_x,
754 GLint bounds_y, 755 GLint bounds_y,
755 GLint bounds_width, 756 GLint bounds_width,
756 GLint bounds_height, 757 GLint bounds_height,
757 GLfloat uv_x, 758 GLfloat uv_x,
758 GLfloat uv_y, 759 GLfloat uv_y,
759 GLfloat uv_width, 760 GLfloat uv_width,
760 GLfloat uv_height) override; 761 GLfloat uv_height,
762 GLboolean handle_scaling) override;
761 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 763 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
762 const GLfloat* contents_rect, 764 const GLfloat* contents_rect,
763 GLfloat opacity, 765 GLfloat opacity,
764 const GLuint background_color, 766 const GLuint background_color,
765 const GLfloat* bounds_size, 767 const GLfloat* bounds_size,
766 const GLfloat* transform) override; 768 const GLfloat* transform) override;
767 void CommitOverlayPlanesCHROMIUM() override; 769 void CommitOverlayPlanesCHROMIUM() override;
768 void SwapInterval(GLint interval) override; 770 void SwapInterval(GLint interval) override;
769 void FlushDriverCachesCHROMIUM() override; 771 void FlushDriverCachesCHROMIUM() override;
770 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 772 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 863 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
862 void BindFragDataLocationIndexedEXT(GLuint program, 864 void BindFragDataLocationIndexedEXT(GLuint program,
863 GLuint colorNumber, 865 GLuint colorNumber,
864 GLuint index, 866 GLuint index,
865 const char* name) override; 867 const char* name) override;
866 void BindFragDataLocationEXT(GLuint program, 868 void BindFragDataLocationEXT(GLuint program,
867 GLuint colorNumber, 869 GLuint colorNumber,
868 const char* name) override; 870 const char* name) override;
869 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 871 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
870 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 872 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698