Index: trunk/src/gpu/command_buffer/client/gles2_c_lib_autogen.h |
=================================================================== |
--- trunk/src/gpu/command_buffer/client/gles2_c_lib_autogen.h (revision 260192) |
+++ trunk/src/gpu/command_buffer/client/gles2_c_lib_autogen.h (working copy) |
@@ -881,9 +881,6 @@ |
void GLES2WaitAsyncTexImage2DCHROMIUM(GLenum target) { |
gles2::GetGLContext()->WaitAsyncTexImage2DCHROMIUM(target); |
} |
-void GLES2WaitAllAsyncTexImage2DCHROMIUM() { |
- gles2::GetGLContext()->WaitAllAsyncTexImage2DCHROMIUM(); |
-} |
void GLES2DiscardFramebufferEXT(GLenum target, |
GLsizei count, |
const GLenum* attachments) { |
@@ -1262,9 +1259,6 @@ |
reinterpret_cast<GLES2FunctionPointer>(glAsyncTexImage2DCHROMIUM), }, |
{"glWaitAsyncTexImage2DCHROMIUM", |
reinterpret_cast<GLES2FunctionPointer>(glWaitAsyncTexImage2DCHROMIUM), }, |
- {"glWaitAllAsyncTexImage2DCHROMIUM", |
- reinterpret_cast<GLES2FunctionPointer>( |
- glWaitAllAsyncTexImage2DCHROMIUM), }, |
{"glDiscardFramebufferEXT", |
reinterpret_cast<GLES2FunctionPointer>(glDiscardFramebufferEXT), }, |
{"glLoseContextCHROMIUM", |