| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 397b80a9ad37cf25ae9a033a13c22dd6722e5e96..df49c9f4a7e3811e0239270eaf676b85e259e42f 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -732,4 +732,48 @@ virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
|
|
|
| virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
|
|
|
| +virtual GLuint GenPathsCHROMIUM(GLsizei range) OVERRIDE;
|
| +
|
| +virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) OVERRIDE;
|
| +
|
| +virtual GLboolean IsPathCHROMIUM(GLuint path) OVERRIDE;
|
| +
|
| +virtual void PathCommandsCHROMIUM(GLuint path,
|
| + GLsizei numCommands,
|
| + const GLubyte* commands,
|
| + GLsizei numCoords,
|
| + const GLfloat* coords) OVERRIDE;
|
| +
|
| +virtual void PathParameterfCHROMIUM(GLuint path,
|
| + GLenum pname,
|
| + GLfloat value) OVERRIDE;
|
| +
|
| +virtual void PathParameteriCHROMIUM(GLuint path,
|
| + GLenum pname,
|
| + GLint value) OVERRIDE;
|
| +
|
| +virtual void PathStencilFuncCHROMIUM(GLenum func,
|
| + GLint ref,
|
| + GLuint mask) OVERRIDE;
|
| +
|
| +virtual void StencilFillPathCHROMIUM(GLuint path,
|
| + GLenum fillMode,
|
| + GLuint mask) OVERRIDE;
|
| +
|
| +virtual void StencilStrokePathCHROMIUM(GLuint path,
|
| + GLint reference,
|
| + GLuint mask) OVERRIDE;
|
| +
|
| +virtual void CoverFillPathCHROMIUM(GLuint path) OVERRIDE;
|
| +
|
| +virtual void CoverStrokePathCHROMIUM(GLuint path) OVERRIDE;
|
| +
|
| +virtual void StencilThenCoverFillPathCHROMIUM(GLuint path,
|
| + GLenum fillMode,
|
| + GLuint mask) OVERRIDE;
|
| +
|
| +virtual void StencilThenCoverStrokePathCHROMIUM(GLuint path,
|
| + GLint reference,
|
| + GLuint mask) OVERRIDE;
|
| +
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
|
|
|