Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
index cf121fc74a0603950fd08dca56ebe8d18552cacb..2a6f88e2fa3b906b580fc93cbc21eacc3b6c0058 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -286,6 +286,12 @@ void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, |
GLenum* /* type */, |
char* /* name */) { |
} |
+void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, |
+ GLuint /* index */, |
+ GLsizei /* bufsize */, |
+ GLsizei* /* length */, |
+ char* /* name */) { |
+} |
void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, |
GLsizei /* maxcount */, |
GLsizei* /* count */, |
@@ -376,6 +382,10 @@ void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, |
GLenum /* pname */, |
GLint* /* params */) { |
} |
+GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */, |
+ const char* /* name */) { |
+ return 0; |
+} |
void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, |
GLint /* location */, |
GLfloat* /* params */) { |
@@ -516,6 +526,8 @@ void GLES2InterfaceStub::ShallowFinishCHROMIUM() { |
} |
void GLES2InterfaceStub::ShallowFlushCHROMIUM() { |
} |
+void GLES2InterfaceStub::OrderingBarrierCHROMIUM() { |
+} |
void GLES2InterfaceStub::StencilFunc(GLenum /* func */, |
GLint /* ref */, |
GLuint /* mask */) { |
@@ -961,6 +973,11 @@ void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, |
GLsizei* /* size */, |
void* /* info */) { |
} |
+void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */, |
+ GLsizei /* bufsize */, |
+ GLsizei* /* size */, |
+ void* /* info */) { |
+} |
GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
return 0; |
} |