| 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 6e3025154ed98dcb635cbf6c3d7d1037fc178809..afbf62139973d4943d1510ac644273e0e9f2aa94 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1074,6 +1074,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;
|
| }
|
|
|