summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation_autogen.h
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 /gpu/command_buffer/client/gles2_implementation_autogen.h
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 'gpu/command_buffer/client/gles2_implementation_autogen.h')
-rw-r--r--gpu/command_buffer/client/gles2_implementation_autogen.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
index d7be9a0..0ac39f9 100644
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
@@ -951,16 +951,6 @@ 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,