| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_c_lib_autogen.h (revision 186778)
|
| +++ gpu/command_buffer/client/gles2_c_lib_autogen.h (working copy)
|
| @@ -725,6 +725,9 @@
|
| void GLES2WaitSyncPointCHROMIUM(GLuint sync_point) {
|
| gles2::GetGLContext()->WaitSyncPointCHROMIUM(sync_point);
|
| }
|
| +void GLES2DrawBuffersEXT(GLsizei count, const GLenum* bufs) {
|
| + gles2::GetGLContext()->DrawBuffersEXT(count, bufs);
|
| +}
|
|
|
| namespace gles2 {
|
|
|
| @@ -1064,6 +1067,8 @@
|
| glLoseContextCHROMIUM), },
|
| { "glWaitSyncPointCHROMIUM", reinterpret_cast<GLES2FunctionPointer>(
|
| glWaitSyncPointCHROMIUM), },
|
| + { "glDrawBuffersEXT", reinterpret_cast<GLES2FunctionPointer>(
|
| + glDrawBuffersEXT), },
|
| { NULL, NULL, },
|
| };
|
|
|
|
|