| 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 2e0c661eec8671d1214bf8833f8283f5ae31887f..9489c30561b73c1a5351d7ccc3bf886a017228b0 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1576,37 +1576,6 @@ void MojoGLES2Impl::BindUniformLocationCHROMIUM(GLuint program,
|
| MojoGLES2MakeCurrent(context_);
|
| glBindUniformLocationCHROMIUM(program, location, name);
|
| }
|
| -void MojoGLES2Impl::GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glGenValuebuffersCHROMIUM(n, buffers);
|
| -}
|
| -void MojoGLES2Impl::DeleteValuebuffersCHROMIUM(GLsizei n,
|
| - const GLuint* valuebuffers) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glDeleteValuebuffersCHROMIUM(n, valuebuffers);
|
| -}
|
| -GLboolean MojoGLES2Impl::IsValuebufferCHROMIUM(GLuint valuebuffer) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - return glIsValuebufferCHROMIUM(valuebuffer);
|
| -}
|
| -void MojoGLES2Impl::BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glBindValuebufferCHROMIUM(target, valuebuffer);
|
| -}
|
| -void MojoGLES2Impl::SubscribeValueCHROMIUM(GLenum target, GLenum subscription) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glSubscribeValueCHROMIUM(target, subscription);
|
| -}
|
| -void MojoGLES2Impl::PopulateSubscribedValuesCHROMIUM(GLenum target) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glPopulateSubscribedValuesCHROMIUM(target);
|
| -}
|
| -void MojoGLES2Impl::UniformValuebufferCHROMIUM(GLint location,
|
| - GLenum target,
|
| - GLenum subscription) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glUniformValuebufferCHROMIUM(location, target, subscription);
|
| -}
|
| void MojoGLES2Impl::BindTexImage2DCHROMIUM(GLenum target, GLint imageId) {
|
| MojoGLES2MakeCurrent(context_);
|
| glBindTexImage2DCHROMIUM(target, imageId);
|
|
|