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

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ScopedVector for storing image format configurations Created 5 years, 6 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3d01316a0926ec4c5573674ce10651b0b5dcb73..e7ae24db5558eb6643d901908519b5661357ee5b 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1459,6 +1459,11 @@ void MojoGLES2Impl::CopySubTextureCHROMIUM(GLenum target,
GLsizei height) {
NOTREACHED() << "Unimplemented CopySubTextureCHROMIUM.";
}
+void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target,
+ GLenum source_id,
+ GLenum dest_id) {
+ NOTREACHED() << "Unimplemented CompressedCopyTextureCHROMIUM.";
+}
void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode,
GLint first,
GLsizei count,
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698