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

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

Issue 1409193007: gpu: Add CHROMIUM_schedule_ca_layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 5 years, 1 month 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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 GLuint overlay_texture_id, 1045 GLuint overlay_texture_id,
1046 GLint bounds_x, 1046 GLint bounds_x,
1047 GLint bounds_y, 1047 GLint bounds_y,
1048 GLint bounds_width, 1048 GLint bounds_width,
1049 GLint bounds_height, 1049 GLint bounds_height,
1050 GLfloat uv_x, 1050 GLfloat uv_x,
1051 GLfloat uv_y, 1051 GLfloat uv_y,
1052 GLfloat uv_width, 1052 GLfloat uv_width,
1053 GLfloat uv_height) override; 1053 GLfloat uv_height) override;
1054 1054
1055 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1056 const GLfloat* contents_rect,
1057 GLfloat opacity,
1058 const GLuint background_color,
1059 const GLfloat* bounds_size,
1060 const GLfloat* transform) override;
1061
1055 void SwapInterval(GLint interval) override; 1062 void SwapInterval(GLint interval) override;
1056 1063
1057 void FlushDriverCachesCHROMIUM() override; 1064 void FlushDriverCachesCHROMIUM() override;
1058 1065
1059 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 1066 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
1060 1067
1061 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 1068 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
1062 1069
1063 GLuint GenPathsCHROMIUM(GLsizei range) override; 1070 GLuint GenPathsCHROMIUM(GLsizei range) override;
1064 1071
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 GLint components, 1175 GLint components,
1169 const GLfloat* coeffs) override; 1176 const GLfloat* coeffs) override;
1170 1177
1171 GLenum GetGraphicsResetStatusKHR() override; 1178 GLenum GetGraphicsResetStatusKHR() override;
1172 1179
1173 void BlendBarrierKHR() override; 1180 void BlendBarrierKHR() override;
1174 1181
1175 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 1182 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
1176 1183
1177 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1184 #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