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

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

Issue 1887533002: Add plumbing to command buffer for CALayer min and mag filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix parameter ordering. Created 4 years, 8 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 1041
1042 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1042 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1043 const GLfloat* contents_rect, 1043 const GLfloat* contents_rect,
1044 GLfloat opacity, 1044 GLfloat opacity,
1045 GLuint background_color, 1045 GLuint background_color,
1046 GLuint edge_aa_mask, 1046 GLuint edge_aa_mask,
1047 const GLfloat* bounds_rect, 1047 const GLfloat* bounds_rect,
1048 GLboolean is_clipped, 1048 GLboolean is_clipped,
1049 const GLfloat* clip_rect, 1049 const GLfloat* clip_rect,
1050 GLint sorting_context_id, 1050 GLint sorting_context_id,
1051 const GLfloat* transform) override; 1051 const GLfloat* transform,
1052 GLuint filter) override;
1052 1053
1053 void CommitOverlayPlanesCHROMIUM() override; 1054 void CommitOverlayPlanesCHROMIUM() override;
1054 1055
1055 void SwapInterval(GLint interval) override; 1056 void SwapInterval(GLint interval) override;
1056 1057
1057 void FlushDriverCachesCHROMIUM() override; 1058 void FlushDriverCachesCHROMIUM() override;
1058 1059
1059 GLuint GetLastFlushIdCHROMIUM() override; 1060 GLuint GetLastFlushIdCHROMIUM() override;
1060 1061
1061 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 1062 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 const char* name) override; 1189 const char* name) override;
1189 1190
1190 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1191 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1191 1192
1192 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1193 void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1193 GLint location, 1194 GLint location,
1194 GLboolean transpose, 1195 GLboolean transpose,
1195 const GLfloat* default_value) override; 1196 const GLfloat* default_value) override;
1196 1197
1197 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1198 #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