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

Unified Diff: gpu/command_buffer/client/gles2_c_lib_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
index 67f1e055def71ca49ceb48196c96f189df3d4456..29aa946651bdb8a6fddc8028c8c086079a9b547f 100644
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
@@ -1508,11 +1508,12 @@ void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
GLboolean is_clipped,
const GLfloat* clip_rect,
GLint sorting_context_id,
- const GLfloat* transform) {
+ const GLfloat* transform,
+ GLuint filter) {
gles2::GetGLContext()->ScheduleCALayerCHROMIUM(
contents_texture_id, contents_rect, opacity, background_color,
edge_aa_mask, bounds_rect, is_clipped, clip_rect, sorting_context_id,
- transform);
+ transform, filter);
}
void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() {
gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM();
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698