summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorzmo <zmo@chromium.org>2016-01-06 17:58:41 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 01:59:29 +0000
commitaa47b1e2ec83eddfaa5bca69e219b9967bd39b97 (patch)
tree1f5c9330531e60a5e136df390e4636842c673364 /mojo
parentac8fb6f2be2c9638d14ae0b4d69a206f979e1b25 (diff)
downloadchromium_src-aa47b1e2ec83eddfaa5bca69e219b9967bd39b97.zip
chromium_src-aa47b1e2ec83eddfaa5bca69e219b9967bd39b97.tar.gz
chromium_src-aa47b1e2ec83eddfaa5bca69e219b9967bd39b97.tar.bz2
Remove glCompressedCopySubTextureCHROMIUM.
BUG=574278 TEST=gl_tests,gpu_unittests R=piman@chromium.org TBR=yzshen@chromium.org Review URL: https://codereview.chromium.org/1565953002 Cr-Commit-Position: refs/heads/master@{#367985}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.cc13
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.h9
-rw-r--r--mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h13
3 files changed, 0 insertions, 35 deletions
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index d035fe1..aca5f3f 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1523,19 +1523,6 @@ void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target,
MojoGLES2MakeCurrent(context_);
glCompressedCopyTextureCHROMIUM(target, source_id, dest_id);
}
-void MojoGLES2Impl::CompressedCopySubTextureCHROMIUM(GLenum target,
- GLenum source_id,
- GLenum dest_id,
- GLint xoffset,
- GLint yoffset,
- GLint x,
- GLint y,
- GLsizei width,
- GLsizei height) {
- MojoGLES2MakeCurrent(context_);
- glCompressedCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset,
- yoffset, x, y, width, height);
-}
void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode,
GLint first,
GLsizei count,
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index b24a3e1..99fdad5 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -712,15 +712,6 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
void CompressedCopyTextureCHROMIUM(GLenum target,
GLenum source_id,
GLenum dest_id) override;
- void CompressedCopySubTextureCHROMIUM(GLenum target,
- GLenum source_id,
- GLenum dest_id,
- GLint xoffset,
- GLint yoffset,
- GLint x,
- GLint y,
- GLsizei width,
- GLsizei height) override;
void DrawArraysInstancedANGLE(GLenum mode,
GLint first,
GLsizei count,
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 85c1016..9414658 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),