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

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index ba6a5e94350be216b18ab67ce27886a04f442b7c..a3da111b5ffab987221a48e62d57a077614dbe48 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -353,6 +353,7 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
void,
(GLint plane_z_order,
GLenum plane_transform,
+ GLuint storage_format,
GLuint overlay_texture_id,
GLint bounds_x,
GLint bounds_y,
@@ -361,9 +362,11 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
GLfloat uv_x,
GLfloat uv_y,
GLfloat uv_width,
- GLfloat uv_height),
+ GLfloat uv_height,
+ GLboolean handle_scaling),
(plane_z_order,
plane_transform,
+ storage_format,
overlay_texture_id,
bounds_x,
bounds_y,
@@ -372,7 +375,8 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
uv_x,
uv_y,
uv_width,
- uv_height))
+ uv_height,
+ handle_scaling))
VISIT_GL_CALL(ScheduleCALayerCHROMIUM,
void,
(GLuint contents_texture_id,
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698