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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 2021413003: Remove GL_CHROMIUM_iosurface extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/command_buffer/client/gles2_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 80cb02d3737cf6520a5b947fa37d48f87f256ed9..fface991c5e200a3eba8a467342f47109a376e4f 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -2496,18 +2496,6 @@ void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) {
}
}
-void TexImageIOSurface2DCHROMIUM(GLenum target,
- GLsizei width,
- GLsizei height,
- GLuint ioSurfaceId,
- GLuint plane) {
- gles2::cmds::TexImageIOSurface2DCHROMIUM* c =
- GetCmdSpace<gles2::cmds::TexImageIOSurface2DCHROMIUM>();
- if (c) {
- c->Init(target, width, height, ioSurfaceId, plane);
- }
-}
-
void CopyTextureCHROMIUM(GLenum source_id,
GLenum dest_id,
GLint internalformat,
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698