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

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/gpu/mojo_gles2_impl_autogen.cc
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index 7c875c8686163c1a2133daac9accf96a22136959..9a6a65888b58568e9e63d6e58d82fb785dc7a2cb 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1416,6 +1416,10 @@ GLuint MojoGLES2Impl::CreateStreamTextureCHROMIUM(GLuint texture) {
NOTREACHED() << "Unimplemented CreateStreamTextureCHROMIUM.";
return 0;
}
+GLuint MojoGLES2Impl::CreateStreamTextureImageCHROMIUM(GLint image_id) {
+ NOTREACHED() << "Unimplemented CreateStreamTextureImageCHROMIUM.";
+ return 0;
+}
GLuint MojoGLES2Impl::CreateImageCHROMIUM(ClientBuffer buffer,
GLsizei width,
GLsizei height,

Powered by Google App Engine
This is Rietveld 408576698