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

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: Update cmd_buffer_functions 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 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; 1038 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override;
1039 1039
1040 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; 1040 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
1041 1041
1042 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 1042 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
1043 1043
1044 void DiscardBackbufferCHROMIUM() override; 1044 void DiscardBackbufferCHROMIUM() override;
1045 1045
1046 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 1046 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
1047 GLenum plane_transform, 1047 GLenum plane_transform,
1048 GLuint storage_format,
1048 GLuint overlay_texture_id, 1049 GLuint overlay_texture_id,
1049 GLint bounds_x, 1050 GLint bounds_x,
1050 GLint bounds_y, 1051 GLint bounds_y,
1051 GLint bounds_width, 1052 GLint bounds_width,
1052 GLint bounds_height, 1053 GLint bounds_height,
1053 GLfloat uv_x, 1054 GLfloat uv_x,
1054 GLfloat uv_y, 1055 GLfloat uv_y,
1055 GLfloat uv_width, 1056 GLfloat uv_width,
1056 GLfloat uv_height) override; 1057 GLfloat uv_height,
1058 GLboolean handle_scaling) override;
1057 1059
1058 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1060 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1059 const GLfloat* contents_rect, 1061 const GLfloat* contents_rect,
1060 GLfloat opacity, 1062 GLfloat opacity,
1061 const GLuint background_color, 1063 const GLuint background_color,
1062 const GLfloat* bounds_size, 1064 const GLfloat* bounds_size,
1063 const GLfloat* transform) override; 1065 const GLfloat* transform) override;
1064 1066
1065 void CommitOverlayPlanesCHROMIUM() override; 1067 void CommitOverlayPlanesCHROMIUM() override;
1066 1068
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 GLuint index, 1193 GLuint index,
1192 const char* name) override; 1194 const char* name) override;
1193 1195
1194 void BindFragDataLocationEXT(GLuint program, 1196 void BindFragDataLocationEXT(GLuint program,
1195 GLuint colorNumber, 1197 GLuint colorNumber,
1196 const char* name) override; 1198 const char* name) override;
1197 1199
1198 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1200 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1199 1201
1200 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1202 #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_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698