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

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

Issue 1513283002: Add support to send optimal format as part of ScheduleOverlayPlane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 GLbyte* sync_token) override; 1036 GLbyte* sync_token) override;
1037 1037
1038 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; 1038 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
1039 1039
1040 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 1040 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
1041 1041
1042 void DiscardBackbufferCHROMIUM() override; 1042 void DiscardBackbufferCHROMIUM() override;
1043 1043
1044 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 1044 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
1045 GLenum plane_transform, 1045 GLenum plane_transform,
1046 GLuint storage_format,
1046 GLuint overlay_texture_id, 1047 GLuint overlay_texture_id,
1047 GLint bounds_x, 1048 GLint bounds_x,
1048 GLint bounds_y, 1049 GLint bounds_y,
1049 GLint bounds_width, 1050 GLint bounds_width,
1050 GLint bounds_height, 1051 GLint bounds_height,
1051 GLfloat uv_x, 1052 GLfloat uv_x,
1052 GLfloat uv_y, 1053 GLfloat uv_y,
1053 GLfloat uv_width, 1054 GLfloat uv_width,
1054 GLfloat uv_height) override; 1055 GLfloat uv_height,
1056 GLboolean handle_scaling) override;
1055 1057
1056 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1058 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1057 const GLfloat* contents_rect, 1059 const GLfloat* contents_rect,
1058 GLfloat opacity, 1060 GLfloat opacity,
1059 const GLuint background_color, 1061 const GLuint background_color,
1060 const GLfloat* bounds_size, 1062 const GLfloat* bounds_size,
1061 const GLfloat* transform) override; 1063 const GLfloat* transform) override;
1062 1064
1063 void CommitOverlayPlanesCHROMIUM() override; 1065 void CommitOverlayPlanesCHROMIUM() override;
1064 1066
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 GLuint index, 1191 GLuint index,
1190 const char* name) override; 1192 const char* name) override;
1191 1193
1192 void BindFragDataLocationEXT(GLuint program, 1194 void BindFragDataLocationEXT(GLuint program,
1193 GLuint colorNumber, 1195 GLuint colorNumber,
1194 const char* name) override; 1196 const char* name) override;
1195 1197
1196 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1198 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1197 1199
1198 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1200 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698