Index: gpu/command_buffer/client/gles2_c_lib_autogen.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_c_lib_autogen.h (revision 132415) |
+++ gpu/command_buffer/client/gles2_c_lib_autogen.h (working copy) |
@@ -616,6 +616,12 @@ |
void GLES2PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) { |
gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height); |
} |
+void GLES2ProduceTextureCHROMIUM(GLenum target, const GLint* mailbox) { |
+ gles2::GetGLContext()->ProduceTextureCHROMIUM(target, mailbox); |
+} |
+void GLES2ConsumeTextureCHROMIUM(GLenum target, const GLint* mailbox) { |
+ gles2::GetGLContext()->ConsumeTextureCHROMIUM(target, mailbox); |
+} |
void GLES2TexImageIOSurface2DCHROMIUM( |
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, |
GLuint plane) { |