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

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

Issue 2163493002: Break glScheduleCALayerCHROMIUM into smaller functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp37_cleanup_calayeroverlay
Patch Set: Comments from piman. Created 4 years, 5 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 GLuint overlay_texture_id, 1012 GLuint overlay_texture_id,
1013 GLint bounds_x, 1013 GLint bounds_x,
1014 GLint bounds_y, 1014 GLint bounds_y,
1015 GLint bounds_width, 1015 GLint bounds_width,
1016 GLint bounds_height, 1016 GLint bounds_height,
1017 GLfloat uv_x, 1017 GLfloat uv_x,
1018 GLfloat uv_y, 1018 GLfloat uv_y,
1019 GLfloat uv_width, 1019 GLfloat uv_width,
1020 GLfloat uv_height) override; 1020 GLfloat uv_height) override;
1021 1021
1022 void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity,
1023 GLboolean is_clipped,
1024 const GLfloat* clip_rect,
1025 GLint sorting_context_id,
1026 const GLfloat* transform) override;
1027
1022 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1028 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1023 const GLfloat* contents_rect, 1029 const GLfloat* contents_rect,
1024 GLfloat opacity,
1025 GLuint background_color, 1030 GLuint background_color,
1026 GLuint edge_aa_mask, 1031 GLuint edge_aa_mask,
1027 const GLfloat* bounds_rect, 1032 const GLfloat* bounds_rect,
1028 GLboolean is_clipped,
1029 const GLfloat* clip_rect,
1030 GLint sorting_context_id,
1031 const GLfloat* transform,
1032 GLuint filter) override; 1033 GLuint filter) override;
1033 1034
1034 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, 1035 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
1035 const GLuint* textures) override; 1036 const GLuint* textures) override;
1036 1037
1037 void CommitOverlayPlanesCHROMIUM() override; 1038 void CommitOverlayPlanesCHROMIUM() override;
1038 1039
1039 void SwapInterval(GLint interval) override; 1040 void SwapInterval(GLint interval) override;
1040 1041
1041 void FlushDriverCachesCHROMIUM() override; 1042 void FlushDriverCachesCHROMIUM() override;
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 const char* name) override; 1173 const char* name) override;
1173 1174
1174 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1175 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1175 1176
1176 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1177 void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1177 GLint location, 1178 GLint location,
1178 GLboolean transpose, 1179 GLboolean transpose,
1179 const GLfloat* default_value) override; 1180 const GLfloat* default_value) override;
1180 1181
1181 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1182 #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