| 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 393ae6d2fdd05e64d61c477f208d274a886df0f0..22fcf366847e6f83444d4cf5e0869ef9c362ebd5 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -853,4 +853,52 @@ void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
|
| }
|
| void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
|
| }
|
| +GLuint GLES2InterfaceStub::GenPathsCHROMIUM(GLsizei /* range */) {
|
| + return 0;
|
| +}
|
| +void GLES2InterfaceStub::DeletePathsCHROMIUM(GLuint /* path */,
|
| + GLsizei /* range */) {
|
| +}
|
| +GLboolean GLES2InterfaceStub::IsPathCHROMIUM(GLuint /* path */) {
|
| + return 0;
|
| +}
|
| +void GLES2InterfaceStub::PathCommandsCHROMIUM(GLuint /* path */,
|
| + GLsizei /* numCommands */,
|
| + const GLubyte* /* commands */,
|
| + GLsizei /* numCoords */,
|
| + const GLfloat* /* coords */) {
|
| +}
|
| +void GLES2InterfaceStub::PathParameterfCHROMIUM(GLuint /* path */,
|
| + GLenum /* pname */,
|
| + GLfloat /* value */) {
|
| +}
|
| +void GLES2InterfaceStub::PathParameteriCHROMIUM(GLuint /* path */,
|
| + GLenum /* pname */,
|
| + GLint /* value */) {
|
| +}
|
| +void GLES2InterfaceStub::PathStencilFuncCHROMIUM(GLenum /* func */,
|
| + GLint /* ref */,
|
| + GLuint /* mask */) {
|
| +}
|
| +void GLES2InterfaceStub::StencilFillPathCHROMIUM(GLuint /* path */,
|
| + GLenum /* fillMode */,
|
| + GLuint /* mask */) {
|
| +}
|
| +void GLES2InterfaceStub::StencilStrokePathCHROMIUM(GLuint /* path */,
|
| + GLint /* reference */,
|
| + GLuint /* mask */) {
|
| +}
|
| +void GLES2InterfaceStub::CoverFillPathCHROMIUM(GLuint /* path */) {
|
| +}
|
| +void GLES2InterfaceStub::CoverStrokePathCHROMIUM(GLuint /* path */) {
|
| +}
|
| +void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM(GLuint /* path */,
|
| + GLenum /* fillMode */,
|
| + GLuint /* mask */) {
|
| +}
|
| +void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
|
| + GLuint /* path */,
|
| + GLint /* reference */,
|
| + GLuint /* mask */) {
|
| +}
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
|
|
|