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 c1decc2f993041d0da08564e694da99683487f4b..fcd196d52c824bd7a77d9375af8e6e52b106b24b 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -34,6 +34,9 @@ void GLES2InterfaceStub::BindSampler(GLuint /* unit */, GLuint /* sampler */) { |
void GLES2InterfaceStub::BindTexture(GLenum /* target */, |
GLuint /* texture */) { |
} |
+void GLES2InterfaceStub::BindTransformFeedback(GLenum /* target */, |
+ GLuint /* transformfeedback */) { |
+} |
void GLES2InterfaceStub::BlendColor(GLclampf /* red */, |
GLclampf /* green */, |
GLclampf /* blue */, |
@@ -153,6 +156,9 @@ void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) { |
void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, |
const GLuint* /* textures */) { |
} |
+void GLES2InterfaceStub::DeleteTransformFeedbacks(GLsizei /* n */, |
+ const GLuint* /* ids */) { |
+} |
void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { |
} |
void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) { |
@@ -218,6 +224,9 @@ void GLES2InterfaceStub::GenSamplers(GLsizei /* n */, GLuint* /* samplers */) { |
} |
void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { |
} |
+void GLES2InterfaceStub::GenTransformFeedbacks(GLsizei /* n */, |
+ GLuint* /* ids */) { |
+} |
void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */, |
GLuint /* index */, |
GLsizei /* bufsize */, |
@@ -384,10 +393,16 @@ GLboolean GLES2InterfaceStub::IsShader(GLuint /* shader */) { |
GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { |
return 0; |
} |
+GLboolean GLES2InterfaceStub::IsTransformFeedback( |
+ GLuint /* transformfeedback */) { |
+ return 0; |
+} |
void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { |
} |
void GLES2InterfaceStub::LinkProgram(GLuint /* program */) { |
} |
+void GLES2InterfaceStub::PauseTransformFeedback() { |
+} |
void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { |
} |
void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, |
@@ -410,6 +425,8 @@ void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */, |
GLsizei /* width */, |
GLsizei /* height */) { |
} |
+void GLES2InterfaceStub::ResumeTransformFeedback() { |
+} |
void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */, |
GLboolean /* invert */) { |
} |
@@ -777,8 +794,12 @@ GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { |
} |
void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { |
} |
+void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) { |
+} |
void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) { |
} |
+void GLES2InterfaceStub::EndTransformFeedback() { |
+} |
void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, |
GLenum /* pname */, |
GLint* /* params */) { |