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

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

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile 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 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 GLint bounds_width, 1051 GLint bounds_width,
1052 GLint bounds_height, 1052 GLint bounds_height,
1053 GLfloat uv_x, 1053 GLfloat uv_x,
1054 GLfloat uv_y, 1054 GLfloat uv_y,
1055 GLfloat uv_width, 1055 GLfloat uv_width,
1056 GLfloat uv_height) override; 1056 GLfloat uv_height) override;
1057 1057
1058 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1058 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1059 const GLfloat* contents_rect, 1059 const GLfloat* contents_rect,
1060 GLfloat opacity, 1060 GLfloat opacity,
1061 const GLuint background_color, 1061 GLuint background_color,
1062 const GLfloat* bounds_size, 1062 GLuint edge_aa_mask,
1063 const GLfloat* bounds_rect,
1064 GLboolean is_clipped,
1065 const GLfloat* clip_rect,
1066 GLint sorting_context_id,
1063 const GLfloat* transform) override; 1067 const GLfloat* transform) override;
1064 1068
1065 void CommitOverlayPlanesCHROMIUM() override; 1069 void CommitOverlayPlanesCHROMIUM() override;
1066 1070
1067 void SwapInterval(GLint interval) override; 1071 void SwapInterval(GLint interval) override;
1068 1072
1069 void FlushDriverCachesCHROMIUM() override; 1073 void FlushDriverCachesCHROMIUM() override;
1070 1074
1071 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 1075 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
1072 1076
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 GLuint index, 1195 GLuint index,
1192 const char* name) override; 1196 const char* name) override;
1193 1197
1194 void BindFragDataLocationEXT(GLuint program, 1198 void BindFragDataLocationEXT(GLuint program,
1195 GLuint colorNumber, 1199 GLuint colorNumber,
1196 const char* name) override; 1200 const char* name) override;
1197 1201
1198 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1202 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1199 1203
1200 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1204 #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