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

Unified Diff: gpu/command_buffer/client/gles2_trace_implementation_impl_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_trace_implementation_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
index 084451629dbe5117b687acd25e090550541bdea4..434353d12382d0b9062025af0bfb88d90fcd03bf 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -1947,16 +1947,6 @@ void GLES2TraceImplementation::PostSubBufferCHROMIUM(GLint x,
gl_->PostSubBufferCHROMIUM(x, y, width, height);
}
-void GLES2TraceImplementation::TexImageIOSurface2DCHROMIUM(GLenum target,
- GLsizei width,
- GLsizei height,
- GLuint ioSurfaceId,
- GLuint plane) {
- TRACE_EVENT_BINARY_EFFICIENT0("gpu",
- "GLES2Trace::TexImageIOSurface2DCHROMIUM");
- gl_->TexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
-}
-
void GLES2TraceImplementation::CopyTextureCHROMIUM(
GLenum source_id,
GLenum dest_id,
« no previous file with comments | « gpu/command_buffer/client/gles2_trace_implementation_autogen.h ('k') | gpu/command_buffer/cmd_buffer_functions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698