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

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

Issue 2736643004: Add DCLayerOverlayProcessor and supporting DCLayer structures. (Closed)
Patch Set: split CALayerOverlay into DCLayerOverlay Created 3 years, 9 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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 const GLuint* textures) override; 1053 const GLuint* textures) override;
1054 1054
1055 void CommitOverlayPlanesCHROMIUM() override; 1055 void CommitOverlayPlanesCHROMIUM() override;
1056 1056
1057 void SwapInterval(GLint interval) override; 1057 void SwapInterval(GLint interval) override;
1058 1058
1059 void FlushDriverCachesCHROMIUM() override; 1059 void FlushDriverCachesCHROMIUM() override;
1060 1060
1061 GLuint GetLastFlushIdCHROMIUM() override; 1061 GLuint GetLastFlushIdCHROMIUM() override;
1062 1062
1063 void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity,
1064 GLboolean is_clipped,
1065 const GLfloat* clip_rect,
1066 GLint z_order,
1067 const GLfloat* transform) override;
1068
1069 void ScheduleDCLayerCHROMIUM(GLuint contents_texture_id,
1070 const GLfloat* contents_rect,
1071 GLuint background_color,
1072 GLuint edge_aa_mask,
1073 const GLfloat* bounds_rect,
1074 GLuint filter) override;
1075
1063 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 1076 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
1064 1077
1065 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 1078 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
1066 1079
1067 GLuint GenPathsCHROMIUM(GLsizei range) override; 1080 GLuint GenPathsCHROMIUM(GLsizei range) override;
1068 1081
1069 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; 1082 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override;
1070 1083
1071 GLboolean IsPathCHROMIUM(GLuint path) override; 1084 GLboolean IsPathCHROMIUM(GLuint path) override;
1072 1085
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 GLint display_y) override; 1219 GLint display_y) override;
1207 1220
1208 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; 1221 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override;
1209 1222
1210 void SetDrawRectangleCHROMIUM(GLint x, 1223 void SetDrawRectangleCHROMIUM(GLint x,
1211 GLint y, 1224 GLint y,
1212 GLint width, 1225 GLint width,
1213 GLint height) override; 1226 GLint height) override;
1214 1227
1215 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1228 #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