| 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 6bdbb54c503714c3dfe4e694327a586afc3dd810..9eb4c9cb9181a30cd2ed1eba8005769f3effd99f 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1084,6 +1084,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;
|
| }
|
|
|