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

Unified Diff: gpu/GLES2/gl2extchromium.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
Index: gpu/GLES2/gl2extchromium.h
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
index a5c979c38f60c032ec095ec6e9ede8258362124d..dc98ba8c471e2893ac7dec492f5755a4a7bd0b54 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -811,7 +811,8 @@ glScheduleCALayerCHROMIUM(GLuint contents_texture_id,
GLboolean is_clipped,
const GLfloat* clip_rect,
GLint sorting_context_id,
- const GLfloat* transform);
+ const GLfloat* transform,
+ GLuint filter);
#endif
typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)(
GLuint contents_texture_id,
@@ -823,7 +824,8 @@ typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)(
GLboolean is_clipped,
const GLfloat* clip_rect,
GLint sorting_context_id,
- const GLfloat* transform);
+ const GLfloat* transform,
+ GLuint filter);
#endif /* GL_CHROMIUM_schedule_ca_layer */
/* GL_CHROMIUM_sync_query */
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698