| 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..30373d6914bb937d40a80bac2e965a7ecd4677f9 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 */) {
|
| @@ -961,6 +971,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;
|
| }
|
|
|