| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index 4407c274e852437c17533a5a05f3f5b9a609f6a4..21976357688af357f169923a7a9dfa145d8495b3 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -237,5 +237,24 @@
|
| GLES2_GET_FUN(ScheduleOverlayPlaneCHROMIUM)
|
| #define glMatrixLoadfCHROMIUM GLES2_GET_FUN(MatrixLoadfCHROMIUM)
|
| #define glMatrixLoadIdentityCHROMIUM GLES2_GET_FUN(MatrixLoadIdentityCHROMIUM)
|
| +#define glGenPathsCHROMIUM GLES2_GET_FUN(GenPathsCHROMIUM)
|
| +#define glDeletePathsCHROMIUM GLES2_GET_FUN(DeletePathsCHROMIUM)
|
| +#define glPathCommandsCHROMIUM GLES2_GET_FUN(PathCommandsCHROMIUM)
|
| +#define glPathParameterfCHROMIUM GLES2_GET_FUN(PathParameterfCHROMIUM)
|
| +#define glPathParameteriCHROMIUM GLES2_GET_FUN(PathParameteriCHROMIUM)
|
| +#define glPathStencilFuncCHROMIUM GLES2_GET_FUN(PathStencilFuncCHROMIUM)
|
| +#define glStencilFillPathCHROMIUM GLES2_GET_FUN(StencilFillPathCHROMIUM)
|
| +#define glStencilFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilFillPathInstancedCHROMIUM)
|
| +#define glStencilStrokePathCHROMIUM GLES2_GET_FUN(StencilStrokePathCHROMIUM)
|
| +#define glStencilStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilStrokePathInstancedCHROMIUM)
|
| +#define glPathTexGenCHROMIUM GLES2_GET_FUN(PathTexGenCHROMIUM)
|
| +#define glCoverFillPathCHROMIUM GLES2_GET_FUN(CoverFillPathCHROMIUM)
|
| +#define glCoverFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverFillPathInstancedCHROMIUM)
|
| +#define glCoverStrokePathCHROMIUM GLES2_GET_FUN(CoverStrokePathCHROMIUM)
|
| +#define glCoverStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverStrokePathInstancedCHROMIUM)
|
|
|
| #endif // GPU_GLES2_GL2CHROMIUM_AUTOGEN_H_
|
|
|