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

Unified Diff: mojo/public/platform/native/gles2/call_visitor_ext_discard_framebuffer_autogen.h

Issue 1317123004: Expose EXT_discard_framebuffer (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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: mojo/public/platform/native/gles2/call_visitor_ext_discard_framebuffer_autogen.h
diff --git a/mojo/public/platform/native/gles2/call_visitor_chromium_bind_uniform_location_autogen.h b/mojo/public/platform/native/gles2/call_visitor_ext_discard_framebuffer_autogen.h
similarity index 72%
copy from mojo/public/platform/native/gles2/call_visitor_chromium_bind_uniform_location_autogen.h
copy to mojo/public/platform/native/gles2/call_visitor_ext_discard_framebuffer_autogen.h
index b83897073321d549106f306e9dfc68c645ed710f..2b080abfeeef98ab4baca7bbb01acf1e1cf511a8 100644
--- a/mojo/public/platform/native/gles2/call_visitor_chromium_bind_uniform_location_autogen.h
+++ b/mojo/public/platform/native/gles2/call_visitor_ext_discard_framebuffer_autogen.h
@@ -8,7 +8,7 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-VISIT_GL_CALL(BindUniformLocationCHROMIUM,
+VISIT_GL_CALL(DiscardFramebufferEXT,
void,
- (GLuint program, GLint location, const char* name),
- (program, location, name))
+ (GLenum target, GLsizei count, const GLenum* attachments),
+ (target, count, attachments))
« no previous file with comments | « mojo/public/platform/native/BUILD.gn ('k') | mojo/public/platform/native/gles2_impl_ext_discard_framebuffer_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698