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

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

Issue 2175043002: Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix autogenerated tests. 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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
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, 1022 void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity,
1023 GLboolean is_clipped, 1023 GLboolean is_clipped,
1024 const GLfloat* clip_rect, 1024 const GLfloat* clip_rect,
1025 GLint sorting_context_id, 1025 GLint sorting_context_id,
1026 const GLfloat* transform) override; 1026 const GLfloat* transform) override;
1027 1027
1028 void ScheduleCALayerFilterEffectsCHROMIUM(
1029 GLsizei count,
1030 const GLCALayerFilterEffect* effects) override;
1031
1028 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1032 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1029 const GLfloat* contents_rect, 1033 const GLfloat* contents_rect,
1030 GLuint background_color, 1034 GLuint background_color,
1031 GLuint edge_aa_mask, 1035 GLuint edge_aa_mask,
1032 const GLfloat* bounds_rect, 1036 const GLfloat* bounds_rect,
1033 GLuint filter) override; 1037 GLuint filter) override;
1034 1038
1035 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, 1039 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
1036 const GLuint* textures) override; 1040 const GLuint* textures) override;
1037 1041
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 const char* name) override; 1177 const char* name) override;
1174 1178
1175 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1179 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1176 1180
1177 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1181 void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1178 GLint location, 1182 GLint location,
1179 GLboolean transpose, 1183 GLboolean transpose,
1180 const GLfloat* default_value) override; 1184 const GLfloat* default_value) override;
1181 1185
1182 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1186 #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_implementation_unittest_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698