| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index 26a86509dc1fa9a76c1d85d0838c7167cf147056..808b8200d808f5af40a12cca0f4f203d099b3813 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -352,6 +352,18 @@
|
| GLES2_GET_FUN(StencilThenCoverFillPathCHROMIUM)
|
| #define glStencilThenCoverStrokePathCHROMIUM \
|
| GLES2_GET_FUN(StencilThenCoverStrokePathCHROMIUM)
|
| +#define glStencilFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilFillPathInstancedCHROMIUM)
|
| +#define glStencilStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilStrokePathInstancedCHROMIUM)
|
| +#define glCoverFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverFillPathInstancedCHROMIUM)
|
| +#define glCoverStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverStrokePathInstancedCHROMIUM)
|
| +#define glStencilThenCoverFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilThenCoverFillPathInstancedCHROMIUM)
|
| +#define glStencilThenCoverStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilThenCoverStrokePathInstancedCHROMIUM)
|
| #define glGetGraphicsResetStatusKHR GLES2_GET_FUN(GetGraphicsResetStatusKHR)
|
| #define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR)
|
|
|
|
|