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

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1565953002: Remove glCompressedCopySubTextureCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | no next file » | 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 85c10162d87879ec1890f9a3b791f4c865e855fe..9414658082ba92b2e19e4a14f86215b09ab93d6b 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
@@ -225,19 +225,6 @@ VISIT_GL_CALL(CompressedCopyTextureCHROMIUM,
void,
(GLenum target, GLenum source_id, GLenum dest_id),
(target, source_id, dest_id))
-VISIT_GL_CALL(
- CompressedCopySubTextureCHROMIUM,
- void,
- (GLenum target,
- GLenum source_id,
- GLenum dest_id,
- GLint xoffset,
- GLint yoffset,
- GLint x,
- GLint y,
- GLsizei width,
- GLsizei height),
- (target, source_id, dest_id, xoffset, yoffset, x, y, width, height))
VISIT_GL_CALL(DrawArraysInstancedANGLE,
void,
(GLenum mode, GLint first, GLsizei count, GLsizei primcount),
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698