| 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 2a6f88e2fa3b906b580fc93cbc21eacc3b6c0058..15f2912aa3e93a5ed0fc8307e151bf9892cbfd37 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -286,12 +286,23 @@ void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */,
|
| GLenum* /* type */,
|
| char* /* name */) {
|
| }
|
| +void GLES2InterfaceStub::GetActiveUniformBlockiv(GLuint /* program */,
|
| + GLuint /* index */,
|
| + GLenum /* pname */,
|
| + GLint* /* params */) {
|
| +}
|
| void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */,
|
| GLuint /* index */,
|
| GLsizei /* bufsize */,
|
| GLsizei* /* length */,
|
| char* /* name */) {
|
| }
|
| +void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */,
|
| + GLsizei /* count */,
|
| + const GLuint* /* indices */,
|
| + GLenum /* pname */,
|
| + GLint* /* params */) {
|
| +}
|
| void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */,
|
| GLsizei /* maxcount */,
|
| GLsizei* /* count */,
|
| @@ -382,6 +393,14 @@ void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */,
|
| GLenum /* pname */,
|
| GLint* /* params */) {
|
| }
|
| +void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */,
|
| + GLuint /* index */,
|
| + GLsizei /* bufsize */,
|
| + GLsizei* /* length */,
|
| + GLsizei* /* size */,
|
| + GLenum* /* type */,
|
| + char* /* name */) {
|
| +}
|
| GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */,
|
| const char* /* name */) {
|
| return 0;
|
| @@ -394,6 +413,11 @@ void GLES2InterfaceStub::GetUniformiv(GLuint /* program */,
|
| GLint /* location */,
|
| GLint* /* params */) {
|
| }
|
| +void GLES2InterfaceStub::GetUniformIndices(GLuint /* program */,
|
| + GLsizei /* count */,
|
| + const char* const* /* names */,
|
| + GLuint* /* indices */) {
|
| +}
|
| GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */,
|
| const char* /* name */) {
|
| return 0;
|
| @@ -722,6 +746,10 @@ void GLES2InterfaceStub::Uniform4uiv(GLint /* location */,
|
| GLsizei /* count */,
|
| const GLuint* /* v */) {
|
| }
|
| +void GLES2InterfaceStub::UniformBlockBinding(GLuint /* program */,
|
| + GLuint /* index */,
|
| + GLuint /* binding */) {
|
| +}
|
| void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */,
|
| GLsizei /* count */,
|
| GLboolean /* transpose */,
|
| @@ -978,6 +1006,17 @@ void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */,
|
| GLsizei* /* size */,
|
| void* /* info */) {
|
| }
|
| +void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM(
|
| + GLuint /* program */,
|
| + GLsizei /* bufsize */,
|
| + GLsizei* /* size */,
|
| + void* /* info */) {
|
| +}
|
| +void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */,
|
| + GLsizei /* bufsize */,
|
| + GLsizei* /* size */,
|
| + void* /* info */) {
|
| +}
|
| GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
|
| return 0;
|
| }
|
|
|