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 b4a3e58c7cecae19e18fe42168746c512b9f74e9..9cf6e8d3c9dee37e9caeb1cd48a31b94637fc2dc 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -1075,6 +1075,60 @@ void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( |
GLint /* reference */, |
GLuint /* mask */, |
GLenum /* coverMode */) {} |
+void GLES2InterfaceStub::StencilFillPathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLenum /* fillMode */, |
+ GLuint /* mask */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
+void GLES2InterfaceStub::StencilStrokePathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLint /* reference */, |
+ GLuint /* mask */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
+void GLES2InterfaceStub::CoverFillPathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLenum /* coverMode */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
+void GLES2InterfaceStub::CoverStrokePathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLenum /* coverMode */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
+void GLES2InterfaceStub::StencilThenCoverFillPathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLenum /* fillMode */, |
+ GLuint /* mask */, |
+ GLenum /* coverMode */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
+void GLES2InterfaceStub::StencilThenCoverStrokePathInstancedCHROMIUM( |
+ GLsizei /* numPaths */, |
+ GLenum /* pathNameType */, |
+ const GLvoid* /* paths */, |
+ GLuint /* pathBase */, |
+ GLint /* reference */, |
+ GLuint /* mask */, |
+ GLenum /* coverMode */, |
+ GLenum /* transformType */, |
+ const GLfloat* /* transformValues */) {} |
GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { |
return 0; |
} |